Skip to content

Commit

Permalink
release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Aug 2, 2020
1 parent c0b95ef commit 04d0fe9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.1"

lintOptions {
abortOnError false
Expand All @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "org.xplugin.demo.app"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions main/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.1"

aaptOptions {
// 使用小于0x80的packageId需要添加 '--allow-reserved-package-id'
Expand All @@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "org.xplugin.demo.main"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 2
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions module1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.1"

aaptOptions {
additionalParameters '--package-id', '0x80', '-I', "${rootDir}/runtime/main_rt_module1.apk", '--stable-ids', "${rootDir}/runtime/org.xplugin.demo.module1.id.txt"
Expand All @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "org.xplugin.demo.module1"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions module2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.1"

aaptOptions {
additionalParameters '--package-id', '0x80', '-I', "${rootDir}/runtime/main_rt_module2.apk", '--stable-ids', "${rootDir}/runtime/org.xplugin.demo.module2.id.txt"
Expand All @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "org.xplugin.demo.module2"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions xplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ group = "org.xplugin"
version = "1.3.5"

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.1"

lintOptions {
abortOnError false
}

defaultConfig {
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 20200802
versionName version

Expand Down

0 comments on commit 04d0fe9

Please sign in to comment.