From e5a27ca7f1ecefa7d1c4440963dfa0e09239e93c Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Fri, 16 Oct 2020 02:14:54 +0600 Subject: [PATCH] Prepare for 4.0.010 --- app/build.gradle | 1 - appthemehelper/build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/10503.txt | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10503.txt diff --git a/app/build.gradle b/app/build.gradle index e4f15c8bf6..eb73f26fcf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,7 +125,6 @@ dependencies { implementation 'com.github.ksoichiro:android-observablescrollview:1.6.0' implementation 'com.github.kabouzeid:recyclerview-fastscroll:1.9-kmod' implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3' - implementation 'com.anjlab.android.iab.v3:library:1.1.0' implementation 'com.r0adkll:slidableactivity:2.1.0' implementation 'com.heinrichreimersoftware:material-intro:1.6' implementation 'com.github.dhaval2404:imagepicker:1.7.1' diff --git a/appthemehelper/build.gradle b/appthemehelper/build.gradle index d8380d6798..fc331de283 100644 --- a/appthemehelper/build.gradle +++ b/appthemehelper/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0-alpha01' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.cardview:cardview:1.0.0' diff --git a/fastlane/metadata/android/en-US/changelogs/10503.txt b/fastlane/metadata/android/en-US/changelogs/10503.txt new file mode 100644 index 0000000000..73a6b3e284 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10503.txt @@ -0,0 +1,3 @@ +- Fixed crash on clicking app shortcuts +- Re-added multiple selection +- Removed billing activity \ No newline at end of file