diff --git a/.idea/misc.xml b/.idea/misc.xml index ddffd329..b6459868 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,33 +1,42 @@ - - + diff --git a/RetroMusicPlayer.iml b/RetroMusicPlayer.iml index 92f9a14a..16d29d91 100644 --- a/RetroMusicPlayer.iml +++ b/RetroMusicPlayer.iml @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 6fb4f801..2841e703 100644 --- a/app/app.iml +++ b/app/app.iml @@ -134,28 +134,36 @@ + + + + + + + + @@ -163,7 +171,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 1c6751b7..923cfcfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { vectorDrawables.useSupportLibrary = true applicationId "code.name.monkey.retromusic" - versionCode 209 + versionCode 210 versionName '1.7.100' multiDexEnabled true @@ -130,7 +130,6 @@ dependencies { implementation 'com.anjlab.android.iab.v3:library:1.0.44' /*UI Library*/ - implementation 'com.github.jetradarmobile:android-snowfall:1.1.6' implementation 'uk.co.chrisjenx:calligraphy:2.3.0' implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2' implementation 'com.r0adkll:slidableactivity:2.0.6' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5fa8503e..26d2dfee 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -123,6 +123,7 @@ +

You can view the changelog dialog again at any time from the about section.

Version 1.7.100

  1. Fix: same theme follows entire app
  2. Added: Volume toggle for lock screen to support small screen
  3. Added: Volume toggle for lock screen to support small screen

Version 1.7.50

  1. Fix: Playlist renaming
  2. Improvement: Version naming
  3. Added: Changelog dialog
  4. Added: Home banner toggle.
  5. Improvement: Grammatical mistakes
\ No newline at end of file +

You can view the changelog dialog again at any time from the about section.

Version 1.7.100

  1. Fix: same theme follows entire app
  2. Added: Volume toggle for lock screen to support small screen
  3. Added: Volume toggle for lock screen to support small screen

*If you face any UI related issues you clear app data and cache, if its not working try to uninstall and install again.

\ No newline at end of file diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png index ed5e3a83..69c935df 100644 Binary files a/app/src/main/ic_launcher-web.png and b/app/src/main/ic_launcher-web.png differ diff --git a/appthemehelper/appthemehelper.iml b/appthemehelper/appthemehelper.iml index f59e3726..eea171cd 100644 --- a/appthemehelper/appthemehelper.iml +++ b/appthemehelper/appthemehelper.iml @@ -94,10 +94,10 @@ + - @@ -108,7 +108,7 @@ - + diff --git a/build.gradle b/build.gradle index f03a5231..4fa581e6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0-beta05' + classpath 'com.android.tools.build:gradle:3.3.0-alpha05' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a5e86caf..d67f5bc7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Jul 27 20:58:25 IST 2018 +#Fri Aug 10 02:06:50 IST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip