Skip to content

Commit 0ffa15b

Browse files
Bump versions
1 parent 6df4a15 commit 0ffa15b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ android {
4242

4343
dependencies {
4444

45-
api 'com.google.android.play:core:1.3.1'
45+
api 'com.google.android.play:core:1.3.4'
4646

4747
// Libraries which can be re-used in other modules should use the `api` keyword.
4848
// This way they can be shared with dependent feature modules.
4949

5050
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'
5353
api "com.google.android.play:core:${versions.playcore}"
5454
api 'androidx.constraintlayout:constraintlayout:1.1.2'
5555
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildscript {
3535
jcenter()
3636
}
3737
dependencies {
38-
classpath 'com.android.tools.build:gradle:3.2.0-rc02'
38+
classpath 'com.android.tools.build:gradle:3.3.0-alpha07'
3939
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
4040

4141
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)