File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
build-logic/src/main/kotlin/me/nya_n/notificationnotifier Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ internal fun Project.configureApplication(
1212 defaultConfig {
1313 minSdk = libs.version(" minSdk" ).toInt()
1414 targetSdk = libs.version(" targetSdk" ).toInt()
15- versionCode = 2
16- versionName = " 1.1 "
15+ versionCode = libs.version( " versionCode " ).toInt()
16+ versionName = libs.version( " versionName " )
1717 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
1818 }
1919 buildTypes {
Original file line number Diff line number Diff line change 44compileSdk = " 35"
55minSdk = " 35"
66targetSdk = " 35"
7+ # App Versions
8+ versionCode = " 2"
9+ versionName = " 1.1"
10+ # ---------------------------------------------------------
711
812# Library
913agp = " 8.9.3"
You can’t perform that action at this time.
0 commit comments