diff --git a/app/build.gradle b/app/build.gradle
index f45ff7d9..76738816 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,7 +6,6 @@ apply plugin: 'kotlin-parcelize'
android {
compileSdkVersion 31
- buildToolsVersion = '29.0.3'
defaultConfig {
minSdkVersion 21
@@ -16,7 +15,7 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
- versionCode 10520
+ versionCode 10519
versionName '5.0.0' + "_" + getDate()
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
@@ -92,21 +91,21 @@ dependencies {
implementation project(':appthemehelper')
implementation "androidx.gridlayout:gridlayout:1.0.0"
implementation "androidx.cardview:cardview:1.0.0"
- implementation 'androidx.appcompat:appcompat:1.3.1'
- implementation 'androidx.annotation:annotation:1.2.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
+ implementation 'androidx.appcompat:appcompat:1.4.0'
+ implementation 'androidx.annotation:annotation:1.3.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.preference:preference-ktx:1.1.1'
- implementation 'androidx.core:core-ktx:1.6.0'
+ implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.palette:palette-ktx:1.0.0'
//Cast Dependencies
implementation 'androidx.mediarouter:mediarouter:1.2.5'
- implementation 'com.google.android.gms:play-services-cast-framework:20.0.0'
+ implementation 'com.google.android.gms:play-services-cast-framework:20.1.0'
//WebServer by NanoHttpd
implementation "org.nanohttpd:nanohttpd:2.3.1"
- def nav_version = "2.4.0-alpha07"
+ def nav_version = '2.4.0-beta02'
implementation "androidx.navigation:navigation-runtime-ktx:$nav_version"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
@@ -116,13 +115,13 @@ dependencies {
implementation "androidx.room:room-ktx:$room_version"
kapt "androidx.room:room-compiler:$room_version"
- def lifecycle_version = "2.3.1"
+ def lifecycle_version = "2.4.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
implementation 'com.google.android.play:core-ktx:1.8.1'
- implementation 'com.google.android.material:material:1.5.0-alpha03'
+ implementation 'com.google.android.material:material:1.5.0-beta01'
def retrofit_version = '2.9.0'
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
@@ -134,18 +133,18 @@ dependencies {
implementation "com.afollestad.material-dialogs:input:$material_dialog_version"
implementation "com.afollestad.material-dialogs:color:$material_dialog_version"
implementation "com.afollestad.material-dialogs:bottomsheets:$material_dialog_version"
- //noinspection GradleDependency
- implementation 'com.afollestad:material-cab:0.1.12'
+
+ implementation 'com.afollestad:material-cab:2.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
- def kotlin_coroutines_version = "1.5.2-native-mt"
+ def kotlin_coroutines_version = '1.5.2'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
- def koin_version = "2.1.5"
- implementation "org.koin:koin-core:$koin_version"
- implementation "org.koin:koin-androidx-viewmodel:$koin_version"
+ def koin_version = '3.1.3'
+ implementation "io.insert-koin:koin-core:$koin_version"
+ implementation "io.insert-koin:koin-android:$koin_version"
implementation 'com.github.bumptech.glide:glide:4.12.0'
kapt 'com.github.bumptech.glide:compiler:4.12.0'
@@ -153,14 +152,15 @@ dependencies {
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'
- implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:3.4.0.201406110918-r'
- implementation 'org.bitbucket.ijabz:jaudiotagger:2.2.5'
- implementation 'com.anjlab.android.iab.v3:library:1.1.0'
+ implementation 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
+ implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3'
+ implementation 'com.anjlab.android.iab.v3:library:2.0.1'
implementation 'com.r0adkll:slidableactivity:2.1.0'
implementation 'com.heinrichreimersoftware:material-intro:2.0.0'
implementation 'com.github.dhaval2404:imagepicker:1.7.1'
implementation 'me.zhanghai.android.fastscroll:library:1.1.7'
- debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
+ implementation 'cat.ereza:customactivityoncrash:2.3.0'
+ debugImplementation 'com.github.amitshekhariitbhu:Android-Debug-Database:1.0.6'
}
apply from: '../spotless.gradle'
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index f5edd6ed..20ae1348 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -16,16 +16,13 @@
# public *;
#}
-# Uncomment this to preserve the line number information for
+# Preserve the line number information for
# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
+-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
--keepnames class **
--keepnames class ** { *; }
--keepattributes SourceFile,LineNumberTable
-dontwarn java.lang.invoke.*
-dontwarn **$$Lambda$*
@@ -58,11 +55,9 @@
-keepclassmembers enum * { *; }
-keepattributes *Annotation*, Signature, Exception
-keepnames class androidx.navigation.fragment.NavHostFragment
--keepnames class code.name.monkey.retromusic.model.Home
-keep class * extends androidx.fragment.app.Fragment{}
-keepnames class * extends android.os.Parcelable
-keepnames class * extends java.io.Serializable
-keep class code.name.monkey.retromusic.network.model.** { *; }
-keep class code.name.monkey.retromusic.model.CategoryInfo { *; }
--keep class com.google.android.material.bottomsheet.** { *; }
--keep class code.name.monkey.retromusic.Constants { *; }
\ No newline at end of file
+-keep class com.google.android.material.bottomsheet.** { *; }
\ No newline at end of file
diff --git a/app/src/debug/res/values/donottranslate.xml b/app/src/debug/res/values/donottranslate.xml
new file mode 100644
index 00000000..879226a3
--- /dev/null
+++ b/app/src/debug/res/values/donottranslate.xml
@@ -0,0 +1,4 @@
+
+