Prepare 1.23.0 release

This commit is contained in:
Torsten Grote
2025-05-21 15:05:28 -03:00
parent 134025ad60
commit 1b94fde78f
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
### 1.23.0 (2025-05-22)
* Updated app screenshots for Material 3 (Thanks Thore!)
* Last material design adaptions: rounder cards
* Don't add official mirror as user mirror (Thanks Thore!)
* Fix user mirror UI bug (Thanks oldherl!)
* Respect preferred repo for counting apps in categories
* Fixed crash on started (Thanks Matthew!)
### 1.23.0-alpha0 (2025-04-01)
* material design 3 (with edge-to-edge, but without dynamic colors) (Thanks proletarius!)

View File

@@ -32,7 +32,7 @@ android {
compileSdk libs.versions.compileSdk.get().toInteger()
defaultConfig {
versionCode 1023000
versionCode 1023050
versionName getVersionName()
applicationId "org.fdroid"