Skip to content

Commit

Permalink
SimpleWear: v1.14.0-build5
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizrd committed May 17, 2024
1 parent d650755 commit 0bb58d2
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 @@ -21,7 +21,7 @@ android {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
// NOTE: Version Code Format [TargetSDK, Version Name, Build Number, Variant Code (Android: 00, WearOS: 01)]
versionCode 331914040
versionCode 331914050
versionName "1.14.0"

vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 26
targetSdkVersion rootProject.targetSdkVersion
// NOTE: Version Code Format (TargetSDK, Version Name, Build Number, Variant Code (Android: 00, WearOS: 01)
versionCode 331914041
versionCode 331914051
versionName "1.14.0"

vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 0bb58d2

Please sign in to comment.