Skip to content

Commit

Permalink
ExactCalculator: Bump SDK version to 35
Browse files Browse the repository at this point in the history
Change-Id: I8131b4a50c17c7436fe26c197d404567908256f8
Signed-off-by: Aayush Gupta <[email protected]>
  • Loading branch information
theimpulson authored and mikeNG committed Nov 9, 2024
1 parent 33358c3 commit f9f0b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 {

resource_dirs: ["res"],

sdk_version: "34",
sdk_version: "35",

overrides: ["Calculator"],

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ buildscript {
}

android {
compileSdk = 34
compileSdk = 35
namespace = "com.android.calculator2"

defaultConfig {
applicationId = "com.android.calculator2"
minSdk = 31
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
java_import {
name: "ExactCalculator_com.hp_crcalc-nodeps",
jars: ["com/hp/crcalc/1.0/crcalc-1.0.jar"],
sdk_version: "34",
sdk_version: "35",
min_sdk_version: "14",
apex_available: [
"//apex_available:platform",
Expand All @@ -18,7 +18,7 @@ java_import {

java_library_static {
name: "ExactCalculator_com.hp_crcalc",
sdk_version: "34",
sdk_version: "35",
min_sdk_version: "14",
apex_available: [
"//apex_available:platform",
Expand Down

0 comments on commit f9f0b82

Please sign in to comment.