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 * Move drawer items to top unless searching
* Fix drawer item layout issues * Fix drawer item layout issues
* Update translations * Update translations
* Brazilian Portuguese - Nicolas Suzuki, pogoyar888 * Brazilian Portuguese - Nicolas Suzuki, pogoyar888
* Bulgarian - @StoyanDimitrov * Bulgarian - @StoyanDimitrov
* Chinese (Simplified) - 大王叫我来巡山 * Chinese (Simplified) - 大王叫我来巡山
* Chinese (Traditional) - hugoalh
* Dutch - Luna, @fvbommel * Dutch - Luna, @fvbommel
* French - @FlorianLeChat * French - @FlorianLeChat
* German - @p-rogalski * German - @p-rogalski

2
app/proguard.pro vendored

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

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

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

Loading…
Cancel
Save