We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63d58c commit 4eecfe7Copy full SHA for 4eecfe7
1 file changed
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.dessalines.thumbkey"
14
minSdk = 21
15
targetSdk = 34
16
- versionCode = 117
17
- versionName = "3.4.16"
+ versionCode = 118
+ versionName = "4.0.0"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables {
@@ -132,4 +132,4 @@ dependencies {
132
133
// App compat
134
implementation("androidx.appcompat:appcompat:1.7.0")
135
-}
+}
0 commit comments