From c290a9d43d2ded7bd4e19222dab4525278edd944 Mon Sep 17 00:00:00 2001 From: katebo-g Date: Thu, 5 Oct 2023 13:53:50 +0100 Subject: [PATCH] Update targetSdkVersion and compileSdkVersion to 32 for DynamicFeatures and InstantApps --- DynamicCodeLoadingKotlin/app/build.gradle | 4 ++-- DynamicCodeLoadingKotlin/app/src/main/AndroidManifest.xml | 5 +++-- DynamicCodeLoadingKotlin/storage/build.gradle | 4 ++-- InstantApps/aab-simple/app/build.gradle | 4 ++-- InstantApps/analytics/build.gradle | 2 +- InstantApps/cookie-api/build.gradle | 2 +- InstantApps/install-api/build.gradle | 2 +- InstantApps/multi-feature-module/build.gradle | 4 ++-- InstantApps/service/build.gradle | 2 +- InstantApps/storage-api/build.gradle | 2 +- InstantApps/urlless/app/build.gradle | 4 ++-- InstantApps/urlless/feature/build.gradle | 4 ++-- InstantApps/urlless/greet/build.gradle | 4 ++-- 13 files changed, 22 insertions(+), 21 deletions(-) diff --git a/DynamicCodeLoadingKotlin/app/build.gradle b/DynamicCodeLoadingKotlin/app/build.gradle index b143b086..f8ae54ea 100644 --- a/DynamicCodeLoadingKotlin/app/build.gradle +++ b/DynamicCodeLoadingKotlin/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' android { - compileSdkVersion 28 + compileSdkVersion 32 defaultConfig { applicationId "com.google.android.samples.dynamiccodeloading" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 32 versionCode 33 versionName "1.0.33" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/DynamicCodeLoadingKotlin/app/src/main/AndroidManifest.xml b/DynamicCodeLoadingKotlin/app/src/main/AndroidManifest.xml index 33357afd..5726fb64 100644 --- a/DynamicCodeLoadingKotlin/app/src/main/AndroidManifest.xml +++ b/DynamicCodeLoadingKotlin/app/src/main/AndroidManifest.xml @@ -25,7 +25,8 @@ android:supportsRtl="true" android:theme="@style/AppTheme" tools:ignore="AllowBackup,GoogleAppIndexingWarning"> - + @@ -34,4 +35,4 @@ - \ No newline at end of file + diff --git a/DynamicCodeLoadingKotlin/storage/build.gradle b/DynamicCodeLoadingKotlin/storage/build.gradle index 15ec4e12..a1c92d8c 100644 --- a/DynamicCodeLoadingKotlin/storage/build.gradle +++ b/DynamicCodeLoadingKotlin/storage/build.gradle @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' android { - compileSdkVersion 28 + compileSdkVersion 32 defaultConfig { minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 32 versionCode 1 versionName "1.0" } diff --git a/InstantApps/aab-simple/app/build.gradle b/InstantApps/aab-simple/app/build.gradle index ec41e9ab..32bb15f9 100644 --- a/InstantApps/aab-simple/app/build.gradle +++ b/InstantApps/aab-simple/app/build.gradle @@ -18,11 +18,11 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 28 + compileSdkVersion 32 defaultConfig { applicationId "com.google.android.instantapps.samples.instantenabledandroidappbundle" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/InstantApps/analytics/build.gradle b/InstantApps/analytics/build.gradle index 764de124..72776437 100644 --- a/InstantApps/analytics/build.gradle +++ b/InstantApps/analytics/build.gradle @@ -35,7 +35,7 @@ allprojects { } ext { - compileSdk = 28 + compileSdk = 32 minSdk = 15 versionCode = 1 versionName = '1.0' diff --git a/InstantApps/cookie-api/build.gradle b/InstantApps/cookie-api/build.gradle index c2258738..65753b57 100644 --- a/InstantApps/cookie-api/build.gradle +++ b/InstantApps/cookie-api/build.gradle @@ -39,7 +39,7 @@ allprojects { } ext { - compileSdk = 28 + compileSdk = 32 minSdk = 15 versionCode = 1 versionName = "1.0" diff --git a/InstantApps/install-api/build.gradle b/InstantApps/install-api/build.gradle index 16964af3..3377adb4 100644 --- a/InstantApps/install-api/build.gradle +++ b/InstantApps/install-api/build.gradle @@ -39,7 +39,7 @@ allprojects { } ext { - compileSdk = 28 + compileSdk = 32 minSdk = 15 versionCode = 1 versionName = "1.0" diff --git a/InstantApps/multi-feature-module/build.gradle b/InstantApps/multi-feature-module/build.gradle index d8bd9fbe..1a2ddc0f 100644 --- a/InstantApps/multi-feature-module/build.gradle +++ b/InstantApps/multi-feature-module/build.gradle @@ -17,8 +17,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. ext { - compileSdk = 28 - targetSdk = 28 + compileSdk = 32 + targetSdk = 32 minSdk = 21 versionCode = 1 versionName = "1.0" diff --git a/InstantApps/service/build.gradle b/InstantApps/service/build.gradle index 84d32945..a80d9bac 100644 --- a/InstantApps/service/build.gradle +++ b/InstantApps/service/build.gradle @@ -34,7 +34,7 @@ allprojects { } ext { - compileSdk = 28 + compileSdk = 32 minSdk = 23 versionCode = 1 versionName = '1.0' diff --git a/InstantApps/storage-api/build.gradle b/InstantApps/storage-api/build.gradle index f0ef1042..150ae0ae 100644 --- a/InstantApps/storage-api/build.gradle +++ b/InstantApps/storage-api/build.gradle @@ -39,7 +39,7 @@ allprojects { } ext { - compileSdk = 28 + compileSdk = 32 minSdk = 15 versionCode = 1 versionName = "1.0" diff --git a/InstantApps/urlless/app/build.gradle b/InstantApps/urlless/app/build.gradle index 6f0f2fc6..6d7a3b4f 100644 --- a/InstantApps/urlless/app/build.gradle +++ b/InstantApps/urlless/app/build.gradle @@ -17,12 +17,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 32 defaultConfig { applicationId "com.google.android.instantapps.samples.urlless.app" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 32 versionCode 1 versionName "1" diff --git a/InstantApps/urlless/feature/build.gradle b/InstantApps/urlless/feature/build.gradle index 022f1974..af32da88 100644 --- a/InstantApps/urlless/feature/build.gradle +++ b/InstantApps/urlless/feature/build.gradle @@ -17,11 +17,11 @@ apply plugin: 'com.android.dynamic-feature' android { - compileSdkVersion 27 + compileSdkVersion 32 defaultConfig { minSdkVersion 21 - targetSdkVersion 27 + targetSdkVersion 32 versionCode 1 versionName "1" } diff --git a/InstantApps/urlless/greet/build.gradle b/InstantApps/urlless/greet/build.gradle index 2b6d9f03..20986dac 100644 --- a/InstantApps/urlless/greet/build.gradle +++ b/InstantApps/urlless/greet/build.gradle @@ -17,11 +17,11 @@ apply plugin: 'com.android.dynamic-feature' android { - compileSdkVersion 27 + compileSdkVersion 30 defaultConfig { minSdkVersion 21 - targetSdkVersion 27 + targetSdkVersion 30 versionCode 3 versionName "1" }