File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ repositories {
59
59
60
60
dependencies {
61
61
implementation ' com.afollestad.material-dialogs:core:0.9.6.0'
62
- implementation ' com.android.support:appcompat-v7:27.1.0 '
63
- implementation ' com.android.support:design:27.1.0 '
62
+ implementation ' com.android.support:appcompat-v7:27.1.1 '
63
+ implementation ' com.android.support:design:27.1.1 '
64
64
implementation ' com.github.machinarius:preferencefragment:0.1.1'
65
65
implementation ' com.melnykov:floatingactionbutton:1.3.0'
66
66
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = ' 1.2.40 '
3
+ ext. kotlin_version = ' 1.3.21 '
4
4
repositories {
5
5
jcenter()
6
6
google()
@@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.1.1 '
13
+ classpath ' com.android.tools.build:gradle:3.3.2 '
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
You can’t perform that action at this time.
0 commit comments