We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd39bb1 commit c83de76Copy full SHA for c83de76
1 file changed
AndroidApp/build-logic/src/main/kotlin/me/nya_n/notificationnotifier/Application.kt
@@ -12,8 +12,8 @@ internal fun Project.configureApplication(
12
defaultConfig {
13
minSdk = 30
14
targetSdk = 34
15
- versionCode = 1
16
- versionName = "1.0"
+ versionCode = 2
+ versionName = "1.1"
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
18
}
19
buildTypes {
0 commit comments