targetSdkVersion upgrade

This commit is contained in:
huangjian
2022-09-13 17:21:14 +08:00
parent 32d321b41f
commit 7090350376
5 changed files with 9 additions and 9 deletions

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
testApplicationId 'com.soundcloud.android.crop.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner'

View File

@@ -10,12 +10,12 @@ apply from: '../mob.gradle'
def onlyArm64 = Boolean.parseBoolean(only_arm64)
android {
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
applicationId "com.mango.yinyou"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
versionCode Integer.valueOf(version_code)
versionName version_name

View File

@@ -5,10 +5,10 @@ apply plugin: 'kotlin-android-extensions'
apply from: '../mob.gradle'
android {
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -2,10 +2,10 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -7,7 +7,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 32
renderscriptTargetApi 26
renderscriptSupportModeEnabled true