diff --git a/app/build.gradle b/app/build.gradle index 7ddad30ed..78fe80e85 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "code.name.monkey.retromusic" - versionCode 10551 - versionName '5.5.0' + versionCode 10555 + versionName '5.6.1' buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") } @@ -137,7 +137,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - def kotlin_coroutines_version = '1.6.0-RC3' + def kotlin_coroutines_version = '1.6.0' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version" diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index cba828f61..682e566fe 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -34,11 +34,16 @@ # Glide -keep public class * implements com.bumptech.glide.module.GlideModule --keep public class * extends com.bumptech.glide.module.AppGlideModule +-keep class * extends com.bumptech.glide.module.AppGlideModule { + (...); +} -keep public enum com.bumptech.glide.load.ImageHeaderParser$** { **[] $VALUES; public *; } +-keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder { + *** rewind(); +} # OkHttp -keepattributes Signature diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html index 36b5b1308..8201cb202 100644 --- a/app/src/main/assets/retro-changelog.html +++ b/app/src/main/assets/retro-changelog.html @@ -63,8 +63,22 @@
-
December 24, 2021
-

v5.5.0Beta

+
December 28, 2021
+

v5.6.1Beta

+

Fixed

+ +
+
+
December 25, 2021
+

v5.6.0Beta

What's New