Skip to content

Commit

Permalink
Prepare for 4.0.010
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Oct 15, 2020
1 parent 3265af2 commit e5a27ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion appthemehelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10503.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed crash on clicking app shortcuts
- Re-added multiple selection
- Removed billing activity

0 comments on commit e5a27ca

Please sign in to comment.