Skip to content

Commit 04d0fe9

Browse files
committed
release 1.3.5
1 parent c0b95ef commit 04d0fe9

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.3"
4+
compileSdkVersion 30
5+
buildToolsVersion "30.0.1"
66

77
lintOptions {
88
abortOnError false
@@ -11,7 +11,7 @@ android {
1111
defaultConfig {
1212
applicationId "org.xplugin.demo.app"
1313
minSdkVersion 19
14-
targetSdkVersion 29
14+
targetSdkVersion 30
1515
versionCode 1
1616
versionName "1.0"
1717

main/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.3"
4+
compileSdkVersion 30
5+
buildToolsVersion "30.0.1"
66

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

module1/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.3"
4+
compileSdkVersion 30
5+
buildToolsVersion "30.0.1"
66

77
aaptOptions {
88
additionalParameters '--package-id', '0x80', '-I', "${rootDir}/runtime/main_rt_module1.apk", '--stable-ids', "${rootDir}/runtime/org.xplugin.demo.module1.id.txt"
@@ -11,7 +11,7 @@ android {
1111
defaultConfig {
1212
applicationId "org.xplugin.demo.module1"
1313
minSdkVersion 19
14-
targetSdkVersion 29
14+
targetSdkVersion 30
1515
versionCode 1
1616
versionName "1.0"
1717

module2/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.3"
4+
compileSdkVersion 30
5+
buildToolsVersion "30.0.1"
66

77
aaptOptions {
88
additionalParameters '--package-id', '0x80', '-I', "${rootDir}/runtime/main_rt_module2.apk", '--stable-ids', "${rootDir}/runtime/org.xplugin.demo.module2.id.txt"
@@ -11,7 +11,7 @@ android {
1111
defaultConfig {
1212
applicationId "org.xplugin.demo.module2"
1313
minSdkVersion 19
14-
targetSdkVersion 29
14+
targetSdkVersion 30
1515
versionCode 1
1616
versionName "1.0"
1717

xplugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ group = "org.xplugin"
88
version = "1.3.5"
99

1010
android {
11-
compileSdkVersion 29
12-
buildToolsVersion "29.0.3"
11+
compileSdkVersion 30
12+
buildToolsVersion "30.0.1"
1313

1414
lintOptions {
1515
abortOnError false
1616
}
1717

1818
defaultConfig {
1919
minSdkVersion 19
20-
targetSdkVersion 29
20+
targetSdkVersion 30
2121
versionCode 20200802
2222
versionName version
2323

0 commit comments

Comments
 (0)