Skip to content

Commit 6e758a6

Browse files
authored
Merge pull request #54 from kaczmarkiewiczp/dev
Update libraries
2 parents 0762004 + 2aa5952 commit 6e758a6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ repositories {
2424

2525
dependencies {
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
}

app/src/main/assets/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

0 commit comments

Comments
 (0)