diff --git a/app-android/src/main/AndroidManifest.xml b/app-android/src/main/AndroidManifest.xml index 690a5929b..ddcc4d0b5 100644 --- a/app-android/src/main/AndroidManifest.xml +++ b/app-android/src/main/AndroidManifest.xml @@ -34,11 +34,11 @@ + android:theme="@style/Theme.KaigiApp.Licenses" /> + android:theme="@style/Theme.KaigiApp.Licenses" /> @android:color/transparent + + diff --git a/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/AndroidGradleDsl.kt b/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/AndroidGradleDsl.kt index a3bc5c17f..5988bf727 100644 --- a/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/AndroidGradleDsl.kt +++ b/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/AndroidGradleDsl.kt @@ -31,11 +31,11 @@ fun Project.setupAndroid() { namespace?.let { this.namespace = it } - compileSdkVersion(34) + compileSdkVersion(35) defaultConfig { minSdk = 24 - targetSdk = 34 + targetSdk = 35 } compileOptions {