Skip to content

Commit

Permalink
50
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Nov 8, 2024
1 parent 7b4c59c commit 6734ab8
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 @@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "com.pyamsoft.tetherfi"

versionCode = 49
versionName = "20241103-1"
versionCode = 50
versionName = "20241107-1"

minSdk = rootProject.extra["minSdk"] as Int
targetSdk = rootProject.extra["targetSdk"] as Int
Expand Down

0 comments on commit 6734ab8

Please sign in to comment.