Skip to content

Commit

Permalink
Recorder: Update to SDK 35
Browse files Browse the repository at this point in the history
Change-Id: I9e30a768be1c286700aec68f171f76d28fe55b1d
  • Loading branch information
luca020400 committed Nov 2, 2024
1 parent 0fe0b82 commit 6cf972f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android_app {
"androidx.recyclerview_recyclerview-selection",
],

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

optimize: {
optimize: true,
Expand Down
4 changes: 2 additions & 2 deletions app/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 = "org.lineageos.recorder"

defaultConfig {
applicationId = "org.lineageos.recorder"
minSdk = 29
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.1"
}
Expand Down
4 changes: 2 additions & 2 deletions app/libs/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android_library_import {
name: "Recorder_com.google.android.material_material-nodeps",
aars: ["com/google/android/material/material/1.9.0/material-1.9.0.aar"],
sdk_version: "34",
sdk_version: "35",
min_sdk_version: "14",
apex_available: [
"//apex_available:platform",
Expand Down Expand Up @@ -36,7 +36,7 @@ android_library_import {

android_library {
name: "Recorder_com.google.android.material_material",
sdk_version: "34",
sdk_version: "35",
min_sdk_version: "14",
apex_available: [
"//apex_available:platform",
Expand Down

0 comments on commit 6cf972f

Please sign in to comment.