Skip to content

Commit

Permalink
Glimpse: Update to SDK 35
Browse files Browse the repository at this point in the history
Change-Id: Ib37bebbeedea500be23a0620cde56f59dfa1c27b
  • Loading branch information
luca020400 authored and luk1337 committed Nov 2, 2024
1 parent 4254672 commit cbb3002
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
2 changes: 1 addition & 1 deletion app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android_app {
resource_dirs: ["src/main/res"],
manifest: "src/main/AndroidManifest.xml",

sdk_version: "34",
sdk_version: "35",
product_specific: true,

use_embedded_native_libs: true,
Expand Down
5 changes: 3 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.glimpse"

defaultConfig {
applicationId = "org.lineageos.glimpse"
minSdk = 30
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
}
Expand Down Expand Up @@ -120,6 +120,7 @@ configure<GenerateBpPluginExtension> {
// We provide our own androidx.media3
!module.group.startsWith("androidx.media3")
}

module.group.startsWith("org.jetbrains") -> true
module.group == "com.google.auto.value" -> true
module.group == "com.google.guava" -> true
Expand Down
Loading

0 comments on commit cbb3002

Please sign in to comment.