Commit a8b01b66 authored by Mygod's avatar Mygod

Update dependencies

parent 1a79fb02
......@@ -26,8 +26,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-rc01'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath 'com.android.tools.build:gradle:3.5.0-rc03'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0'
classpath 'com.google.gms:google-services:4.3.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.8.0'
classpath 'io.fabric.tools:gradle:1.31.0'
......
......@@ -49,7 +49,7 @@ androidExtensions {
experimental = true
}
def coroutinesVersion = '1.3.0-RC'
def coroutinesVersion = '1.3.0-RC2'
def lifecycleVersion = '2.1.0-rc01'
def roomVersion = '2.1.0'
def workVersion = '2.2.0-rc01'
......
......@@ -55,7 +55,7 @@ mavenPublish {
}
dependencies {
api 'androidx.core:core-ktx:1.1.0-rc02'
api 'androidx.core:core-ktx:1.1.0-rc03'
api 'androidx.drawerlayout:drawerlayout:1.1.0-alpha02' // https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api 'com.google.android.material:material:1.1.0-alpha09'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment