diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 045e2dcc..b71d376b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,7 +30,7 @@ secrets { android { namespace = "com.google.android.samples.socialite" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.android.samples.socialite" diff --git a/baselineprofile/build.gradle.kts b/baselineprofile/build.gradle.kts index 5bdfa0b9..b8d6d8bc 100644 --- a/baselineprofile/build.gradle.kts +++ b/baselineprofile/build.gradle.kts @@ -8,7 +8,7 @@ plugins { android { namespace = "com.google.android.samples.socialite.baselineprofile" - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 28