Skip to content

Commit be2800e

Browse files
committed
chore: Bump version to 1.1.1 for release
- Updated `versionName` to "1.1.1" in `build.gradle.kts`. - Incremented `versionCode` to 3. - This commit prepares the application for the v1.1.1 release, which includes fixes for date localization. - Rebuilt release APK with the new versioning.
1 parent 76bd425 commit be2800e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId = "com.artemzarubin.weatherml"
3131
minSdk = 26
3232
targetSdk = 35 // Match compileSdk
33-
versionCode = 2
34-
versionName = "1.1.0"
33+
versionCode = 3
34+
versionName = "1.1.1"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
buildConfigField("String", "OPEN_WEATHER_API_KEY", "\"$openWeatherApiKeyFromProperties\"")
0 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 2,
15-
"versionName": "1.1.0",
14+
"versionCode": 3,
15+
"versionName": "1.1.1",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

0 commit comments

Comments
 (0)