Skip to content

Commit

Permalink
Bump targetSdk/compileSdk/buildToolsVersion to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
iusmac committed Jan 24, 2025
1 parent 0bcd9ad commit 84872ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android_app {
system_ext_specific: true,

min_sdk_version: "29",
target_sdk_version: "34",
target_sdk_version: "35",

static_libs: [
"SettingsLibBannerMessagePreference",
Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ include ':SettingsLib:TwoTargetPreference'
include ':SettingsLib:Utils'

android {
compileSdk 34
compileSdk 35
minSdk 29
targetSdk 33
buildToolsVersion '34.0.0'
targetSdk 35
buildToolsVersion '35.0.0'
}

0 comments on commit 84872ba

Please sign in to comment.