Dependencies updated

This commit is contained in:
Aleksander Nowakowski 2020-02-12 10:10:54 +01:00
parent 58bd4c2aec
commit 92b098d247
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
// NOTE: Do not place your application dependencies here; they belong

View File

@ -19,7 +19,7 @@ android {
}
dependencies {
implementation 'androidx.core:core:1.2.0-beta02'
implementation 'androidx.core:core:1.3.0-alpha01'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.google.code.gson:gson:2.8.6'