Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
blunden committed Oct 31, 2023
1 parent e0d7c17 commit bf21d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "se.blunden.donotdisturbsync"
minSdkVersion 23
targetSdkVersion 34
versionCode 7
versionCode 8
versionName "1.4"
wearAppUnbundled true
}
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "se.blunden.donotdisturbsync"
minSdkVersion 23
targetSdkVersion 33
versionCode 33140
versionCode 33141
versionName "1.4"
}
buildTypes {
Expand Down

0 comments on commit bf21d30

Please sign in to comment.