We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5464d commit cb6f413Copy full SHA for cb6f413
1 file changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
// Android 6.0 (API 23) and earlier are not supported
19
minSdk = 24
20
targetSdk = 36
21
- versionCode = 17
22
- versionName = "1.1.6"
+ versionCode = 18
+ versionName = "1.1.7"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
0 commit comments