Skip to content

Commit

Permalink
SimpleWeather: v5.8.2-build4
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizrd committed Sep 10, 2023
1 parent 8420436 commit 90e8de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
// NOTE: Version Code Format (TargetSDK, Version Name, Build Number, Variant Code (Android: 00, WearOS: 01)
versionCode 335820300
versionCode 335820400
versionName "5.8.2"

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

vectorDrawables.useSupportLibrary true
Expand Down

0 comments on commit 90e8de5

Please sign in to comment.