File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ android {
42
42
43
43
dependencies {
44
44
45
- api ' com.google.android.play:core:1.3.1 '
45
+ api ' com.google.android.play:core:1.3.4 '
46
46
47
47
// Libraries which can be re-used in other modules should use the `api` keyword.
48
48
// This way they can be shared with dependent feature modules.
49
49
50
50
api " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ versions.kotlin} "
51
- api ' androidx.annotation:annotation:1.0.0-rc01 '
52
- api ' androidx.appcompat:appcompat:1.0.0-rc01 '
51
+ api ' androidx.annotation:annotation:1.0.0-rc02 '
52
+ api ' androidx.appcompat:appcompat:1.0.0-rc02 '
53
53
api " com.google.android.play:core:${ versions.playcore} "
54
54
api ' androidx.constraintlayout:constraintlayout:1.1.2'
55
55
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
35
35
jcenter()
36
36
}
37
37
dependencies {
38
- classpath ' com.android.tools.build:gradle:3.2 .0-rc02 '
38
+ classpath ' com.android.tools.build:gradle:3.3 .0-alpha07 '
39
39
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
40
40
41
41
// NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments