File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ repositories {
2424
2525dependencies {
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27- implementation ' com.android.support:appcompat-v7:27.1.0'
28- implementation " com.android.support:support-compat:27.1.0"
29- implementation ' com.android.support.constraint:constraint-layout:1.0.2'
30- implementation ' com.android.support:design:27.1.0'
27+ implementation ' com.android.support:appcompat-v7:27.1.1'
28+ implementation ' com.android.support:support-vector-drawable:27.1.1'
29+ implementation ' com.android.support:cardview-v7:27.1.1'
30+ implementation " com.android.support:support-compat:27.1.1"
31+ implementation ' com.android.support.constraint:constraint-layout:1.1.0'
32+ implementation ' com.android.support:design:27.1.1'
3133 implementation ' com.afollestad.material-dialogs:core:0.9.6.0'
32- implementation ' yogesh.firzen:MukkiyaSevaigal:1.0.6'
3334 implementation " com.leinardi.android:speed-dial:1.0-alpha03"
3435 implementation ' ru.bartwell:exfilepicker:2.4'
3536 implementation " com.mikepenz:iconics-core:3.0.3@aar"
@@ -43,4 +44,5 @@ dependencies {
4344 testImplementation ' junit:junit:4.12'
4445 androidTestImplementation ' com.android.support.test:runner:1.0.1'
4546 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
47+
4648}
Original file line number Diff line number Diff line change 22* ** New:** Support password protected configurations
33* ** New:** Calculate file MD5 & SHA1
44* ** Fix:** Copy rclone and config file in the background
5+ * ** Improve:** Notifications
6+ * ** Update:** Libraries
57
68***
79
You can’t perform that action at this time.
0 commit comments