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' apply plugin: 'kotlin-android'
android { android {
compileSdkVersion 30 compileSdkVersion 32
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 32
testApplicationId 'com.soundcloud.android.crop.test' testApplicationId 'com.soundcloud.android.crop.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner' testInstrumentationRunner 'android.test.InstrumentationTestRunner'

View File

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

View File

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

View File

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

View File

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