Skip to content

Commit c83de76

Browse files
committed
🎉 UPDATE: v1.1
1 parent bd39bb1 commit c83de76

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
@@ -12,8 +12,8 @@ internal fun Project.configureApplication(
1212
defaultConfig {
1313
minSdk = 30
1414
targetSdk = 34
15-
versionCode = 1
16-
versionName = "1.0"
15+
versionCode = 2
16+
versionName = "1.1"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}
1919
buildTypes {

0 commit comments

Comments
 (0)