mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-23 16:29:28 -04:00
Prepare 1.23.0 release
This commit is contained in:
@@ -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!)
|
||||
|
||||
@@ -32,7 +32,7 @@ android {
|
||||
compileSdk libs.versions.compileSdk.get().toInteger()
|
||||
|
||||
defaultConfig {
|
||||
versionCode 1023000
|
||||
versionCode 1023050
|
||||
versionName getVersionName()
|
||||
applicationId "org.fdroid"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user