Skip to content

Commit

Permalink
Prepare 45
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Sep 4, 2024
1 parent 7c5c76e commit a2a09a9
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 = 44
versionName = "20240710-1"
versionCode = 45
versionName = "20240903-1"

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

0 comments on commit a2a09a9

Please sign in to comment.