Skip to content

Commit ac31f03

Browse files
committed
compileSdk 34->35
1 parent 54b5b5c commit ac31f03

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ internal fun Project.configureApplication(
88
extension: ApplicationExtension
99
) {
1010
extension.apply {
11-
compileSdk = 34
11+
compileSdk = 35
1212
defaultConfig {
1313
minSdk = 30
14-
targetSdk = 34
14+
targetSdk = 35
1515
versionCode = 2
1616
versionName = "1.1"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)