Skip to content

Commit

Permalink
Bump compileSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 30, 2024
1 parent 9cf7e19 commit c66c6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ secrets {

android {
namespace = "com.google.android.samples.socialite"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.google.android.samples.socialite"
Expand Down
2 changes: 1 addition & 1 deletion baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

android {
namespace = "com.google.android.samples.socialite.baselineprofile"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 28
Expand Down

0 comments on commit c66c6e5

Please sign in to comment.