Update version and changelog

pull/2983/head
Alex Baker 1 year ago
parent 6743d058b0
commit e5fc31f307

@ -1,12 +1,13 @@
### 14.0 (2024-10-26)
### 14.0 (2024-11-02)
* Android Wear support (Google Play only)
* WearOS support (Google Play only)
* Move drawer items to top unless searching
* Fix drawer item layout issues
* Update translations
* Brazilian Portuguese - Nicolas Suzuki, pogoyar888
* Bulgarian - @StoyanDimitrov
* Chinese (Simplified) - 大王叫我来巡山
* Chinese (Traditional) - hugoalh
* Dutch - Luna, @fvbommel
* French - @FlorianLeChat
* German - @p-rogalski

2
app/proguard.pro vendored

@ -57,3 +57,5 @@
# material icons
-keep class androidx.compose.material.icons.outlined.** { *; }
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { <fields>; }

@ -1,5 +1,5 @@
[versions]
versionCode = "140006" # increment by 2
versionCode = "140010" # increment by 2
versionName = "14.0"
agp = "8.7.2"
android-compileSdk = "34"

@ -12,3 +12,4 @@
-dontwarn com.google.android.gms.**
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { <fields>; }
-keep class androidx.compose.material.icons.outlined.** { *; }

Loading…
Cancel
Save