Skip to content

Commit

Permalink
40
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Jan 14, 2024
1 parent bea0afa commit 58ee895
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 @@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId = "com.pyamsoft.tetherfi"

versionCode = 39
versionName = "20231219-1"
versionCode = 40
versionName = "20240114-1"

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

0 comments on commit 58ee895

Please sign in to comment.