Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Nov 14, 2023
1 parent 895f251 commit 880fba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 1705101
versionName '17.5.10'
versionCode 1705111
versionName '17.5.11'
minSdk 21
targetSdk 34
compileSdk 34
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
applicationId 'dev.lucasnlm.antimine'
versionCode 1705100
versionName '17.5.10 W'
versionCode 1705110
versionName '17.5.11 W'
minSdk 25
targetSdk 33
compileSdk 34
Expand Down

0 comments on commit 880fba0

Please sign in to comment.