We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad23a40 commit 8da615dCopy full SHA for 8da615d
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
minSdk = libs.versions.minSdk.get().toInt()
18
targetSdk = libs.versions.targetSdk.get().toInt()
19
20
- versionCode = 15
21
- versionName = "1.3.6"
+ versionCode = 16
+ versionName = "1.3.7"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
}
0 commit comments