@@ -7,8 +7,8 @@ android {
7
7
applicationId " ca.pkay.rcloneexplorer"
8
8
minSdkVersion 21
9
9
targetSdkVersion 27
10
- versionCode 21
11
- versionName " 1.3.5 -DEV"
10
+ versionCode 22
11
+ versionName " 1.3.6 -DEV"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
@@ -31,7 +31,7 @@ dependencies {
31
31
implementation ' com.android.support:support-vector-drawable:27.1.1'
32
32
implementation ' com.android.support:cardview-v7:27.1.1'
33
33
implementation " com.android.support:support-compat:27.1.1"
34
- implementation ' com.android.support.constraint:constraint-layout:1.1.0 '
34
+ implementation ' com.android.support.constraint:constraint-layout:1.1.2 '
35
35
implementation ' com.android.support:design:27.1.1'
36
36
implementation ' com.android.support:customtabs:27.1.1'
37
37
implementation " com.leinardi.android:speed-dial:1.0-alpha03"
@@ -40,8 +40,8 @@ dependencies {
40
40
implementation ' com.github.GrenderG:Toasty:1.3.0'
41
41
implementation ' com.android.support:support-v4:27.1.1'
42
42
implementation ' com.github.bumptech.glide:glide:4.7.1'
43
- implementation ' com.google.firebase:firebase-core:16.0.0 '
44
- implementation ' com.crashlytics.sdk.android:crashlytics:2.9.3 '
43
+ implementation ' com.google.firebase:firebase-core:16.0.1 '
44
+ implementation ' com.crashlytics.sdk.android:crashlytics:2.9.4 '
45
45
implementation ' com.google.firebase:firebase-messaging:17.0.0'
46
46
annotationProcessor ' com.github.bumptech.glide:compiler:4.7.1'
47
47
testImplementation ' junit:junit:4.12'
0 commit comments