Skip to content

Commit

Permalink
v.0.12.4
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
pabloscloud and pablo03v committed Dec 18, 2023
1 parent ba46f59 commit e424788
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "cloud.pablos.overload"
minSdk = 26
targetSdk = 34
versionCode = 123
versionName = "0.12.3"
versionCode = 124
versionName = "0.12.4"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 123,
"versionName": "0.12.3",
"versionCode": 124,
"versionName": "0.12.4",
"outputFile": "app-release.apk"
}
],
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- 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
- code optimisations
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ acra = "5.11.3"

# @keep
compileSdk = "33"
compose-compiler = "1.5.4"
compose-compiler = "1.5.6"
coroutines = "1.7.3"
google-maps = "18.2.0"
gradle-versions = "0.50.0"
Expand All @@ -39,7 +39,7 @@ hiltExt = "1.1.0"
jdkDesugar = "2.0.4"
junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinx_immutable = "0.3.5"
ksp = "1.9.10-1.0.13"
maps-compose = "2.5.3"
Expand Down

0 comments on commit e424788

Please sign in to comment.