Skip to content

Commit 6165258

Browse files
committed
SimpleWeather: v5.8.2-build1
* rollback targetSdk 33
1 parent 39bba42 commit 6165258

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdkVersion rootProject.minSdkVersion
1515
targetSdkVersion rootProject.targetSdkVersion
1616
// NOTE: Version Code Format (TargetSDK, Version Name, Build Number, Variant Code (Android: 00, WearOS: 01)
17-
versionCode 335820000
17+
versionCode 335820100
1818
versionName "5.8.2"
1919

2020
vectorDrawables.useSupportLibrary true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext {
55
compileSdkVersion = 34
66
minSdkVersion = 21
7-
targetSdkVersion = 34
7+
targetSdkVersion = 33
88

99
kotlin_version = '1.9.0'
1010
kotlinx_version = '1.7.3'

wearapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion 26
1818
targetSdkVersion rootProject.targetSdkVersion
1919
// NOTE: Version Code Format (TargetSDK, Version Name, Build Number, Variant Code (Android: 00, WearOS: 01)
20-
versionCode 335820001
20+
versionCode 335820101
2121
versionName "5.8.2"
2222

2323
vectorDrawables.useSupportLibrary true

0 commit comments

Comments
 (0)