Skip to content

Commit 90688d3

Browse files
committed
compileSdk 34->35 in Library.kt
1 parent 7a73ab8 commit 90688d3

File tree

1 file changed

+1
-1
lines changed
  • AndroidApp/build-logic/src/main/kotlin/me/nya_n/notificationnotifier

1 file changed

+1
-1
lines changed

AndroidApp/build-logic/src/main/kotlin/me/nya_n/notificationnotifier/Library.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal fun Project.configureLibrary(
88
extension: LibraryExtension
99
) {
1010
extension.apply {
11-
compileSdk = 34
11+
compileSdk = 35
1212
defaultConfig {
1313
minSdk = 30
1414
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)