Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanamaral committed Jan 19, 2023
1 parent 02a3963 commit 3c45deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "com.turtlpass"
minSdk = internal.Android.minSdk
targetSdk = internal.Android.targetSdk
versionCode = 10000
versionName = "1.0.0"
versionCode = 10100
versionName = "1.1.0"
vectorDrawables { useSupportLibrary = true }
missingDimensionStrategy("device", "anyDevice")
buildConfigField("Long", "TIMEOUT_MILLIS", "5000L")
Expand Down

0 comments on commit 3c45deb

Please sign in to comment.