Commit 90eba11066b14e54aa8b0cf3e04f911d36cb8122

Authored by 袁思汶
1 parent da17437c

jenkins测试

Showing 1 changed file with 3 additions and 1 deletions
OutSide_Share/build.gradle
@@ -2,11 +2,12 @@ apply plugin: 'com.android.library' @@ -2,11 +2,12 @@ apply plugin: 'com.android.library'
2 apply from: './maven_push.gradle' 2 apply from: './maven_push.gradle'
3 3
4 android { 4 android {
5 - compileSdkVersion "android-R" 5 + compileSdkVersion 29
6 buildToolsVersion "29.0.3" 6 buildToolsVersion "29.0.3"
7 7
8 defaultConfig { 8 defaultConfig {
9 minSdkVersion 19 9 minSdkVersion 19
  10 + //noinspection ExpiredTargetSdkVersion
10 targetSdkVersion 29 11 targetSdkVersion 29
11 versionCode 1 12 versionCode 1
12 versionName "1.0" 13 versionName "1.0"
@@ -32,6 +33,7 @@ android { @@ -32,6 +33,7 @@ android {
32 sourceCompatibility JavaVersion.VERSION_1_8 33 sourceCompatibility JavaVersion.VERSION_1_8
33 targetCompatibility JavaVersion.VERSION_1_8 34 targetCompatibility JavaVersion.VERSION_1_8
34 } 35 }
  36 + ndkVersion '21.0.6113669'
35 } 37 }
36 38
37 dependencies { 39 dependencies {