Skip to content

Commit e424788

Browse files
pabloscloudpablo03v
pabloscloud
andcommitted
v.0.12.4
**fdroid release only! There's no need to upgrade from 0.12.3** Changes since v.0.12.0: - adds possibility to manually add items - adds animated start/stop buttons - adds improved calendar for tablets - adds dutch translations by @Vistaus - thanks - adds polish translations by @mondstern & @ewm- thanks - adds russian translations by @0que - thanks - updates german translations - updates ukrainian translations by @SomeTr - thanks - fixes issue that would not show the year switcher - fixes low contrast - fixes issues when importing backups - fixes fdroid not being able to build #63 (hopefully) - code optimisations Co-authored-by: pabloscloud <[email protected]> Reviewed-on: https://codeberg.org/pabloscloud/Overload/pulls/77
1 parent ba46f59 commit e424788

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "cloud.pablos.overload"
1313
minSdk = 26
1414
targetSdk = 34
15-
versionCode = 123
16-
versionName = "0.12.3"
15+
versionCode = 124
16+
versionName = "0.12.4"
1717
vectorDrawables.useSupportLibrary = true
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919

app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 123,
15-
"versionName": "0.12.3",
14+
"versionCode": 124,
15+
"versionName": "0.12.4",
1616
"outputFile": "app-release.apk"
1717
}
1818
],
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- adds possibility to manually add items
2+
- adds animated start/stop buttons
3+
- adds improved calendar for tablets
4+
- adds dutch translations by @Vistaus - thanks
5+
- adds polish translations by @mondstern & @ewm- thanks
6+
- adds russian translations by @0que - thanks
7+
8+
- updates german translations
9+
- updates ukrainian translations by @SomeTr - thanks
10+
11+
- fixes issue that would not show the year switcher
12+
- fixes low contrast
13+
- fixes issues when importing backups
14+
- code optimisations

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ acra = "5.11.3"
2929

3030
# @keep
3131
compileSdk = "33"
32-
compose-compiler = "1.5.4"
32+
compose-compiler = "1.5.6"
3333
coroutines = "1.7.3"
3434
google-maps = "18.2.0"
3535
gradle-versions = "0.50.0"
@@ -39,7 +39,7 @@ hiltExt = "1.1.0"
3939
jdkDesugar = "2.0.4"
4040
junit = "4.13.2"
4141
# @pin Update in conjuction with Compose Compiler
42-
kotlin = "1.9.20"
42+
kotlin = "1.9.21"
4343
kotlinx_immutable = "0.3.5"
4444
ksp = "1.9.10-1.0.13"
4545
maps-compose = "2.5.3"

0 commit comments

Comments
 (0)