Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 24, 2024
1 parent c63d58c commit 4eecfe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.thumbkey"
minSdk = 21
targetSdk = 34
versionCode = 117
versionName = "3.4.16"
versionCode = 118
versionName = "4.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -132,4 +132,4 @@ dependencies {

// App compat
implementation("androidx.appcompat:appcompat:1.7.0")
}
}

0 comments on commit 4eecfe7

Please sign in to comment.