From 70903503766057de2d78306cf2147c5035d74301 Mon Sep 17 00:00:00 2001 From: huangjian Date: Tue, 13 Sep 2022 17:21:14 +0800 Subject: [PATCH] targetSdkVersion upgrade --- android_crop_lib/build.gradle | 4 ++-- app/build.gradle | 4 ++-- core/build.gradle | 4 ++-- library/build.gradle | 4 ++-- nim_uikit/build.gradle | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/android_crop_lib/build.gradle b/android_crop_lib/build.gradle index ce6b7de3c..66932ea93 100644 --- a/android_crop_lib/build.gradle +++ b/android_crop_lib/build.gradle @@ -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' diff --git a/app/build.gradle b/app/build.gradle index 533e7fa2b..dfd74299c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/core/build.gradle b/core/build.gradle index 055388fe2..28a6f4f07 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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" diff --git a/library/build.gradle b/library/build.gradle index 09a349135..f0a418655 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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" diff --git a/nim_uikit/build.gradle b/nim_uikit/build.gradle index 1da97e045..933491acf 100644 --- a/nim_uikit/build.gradle +++ b/nim_uikit/build.gradle @@ -7,7 +7,7 @@ android { defaultConfig { minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 32 renderscriptTargetApi 26 renderscriptSupportModeEnabled true