Skip to content

Commit

Permalink
SimpleWeather: v5.8.2-build1
Browse files Browse the repository at this point in the history
* rollback targetSdk 33
  • Loading branch information
thewizrd committed Aug 30, 2023
1 parent 39bba42 commit 6165258
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 335820000
versionCode 335820100
versionName "5.8.2"

vectorDrawables.useSupportLibrary true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
compileSdkVersion = 34
minSdkVersion = 21
targetSdkVersion = 34
targetSdkVersion = 33

kotlin_version = '1.9.0'
kotlinx_version = '1.7.3'
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 335820001
versionCode 335820101
versionName "5.8.2"

vectorDrawables.useSupportLibrary true
Expand Down

0 comments on commit 6165258

Please sign in to comment.