Skip to content

Commit be087a3

Browse files
committed
Bump compileSdk to 35
1 parent de371e0 commit be087a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ secrets {
3030

3131
android {
3232
namespace = "com.google.android.samples.socialite"
33-
compileSdk = 34
33+
compileSdk = 35
3434

3535
defaultConfig {
3636
applicationId = "com.google.android.samples.socialite"

Diff for: baselineprofile/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
android {
1010
namespace = "com.google.android.samples.socialite.baselineprofile"
11-
compileSdk = 34
11+
compileSdk = 35
1212

1313
defaultConfig {
1414
minSdk = 28

0 commit comments

Comments
 (0)