We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0220a commit ded63a5Copy full SHA for ded63a5
1 file changed
app/build.gradle.kts
@@ -11,8 +11,8 @@ android {
11
applicationId = "bruce.app"
12
minSdk = 27
13
targetSdk = 34
14
- versionCode = 1
15
- versionName = "1.0"
+ versionCode = 2
+ versionName = "1.2"
16
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
17
vectorDrawables {
18
useSupportLibrary = true
0 commit comments