Commit e458a76d authored by Mygod's avatar Mygod

Update dependencies

parent 982605b3
......@@ -4,15 +4,15 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
kotlinVersion = '1.2.61'
kotlinVersion = '1.2.71'
minSdkVersion = 21
sdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '28.0.2'
androidxVersion = '1.0.0-rc02'
buildToolsVersion = '28.0.3'
androidxVersion = '1.0.0'
roomVersion = '2.0.0-rc01'
workVersion = '1.0.0-alpha08'
preferencexVersion = '1.0.0-alpha2'
workVersion = '1.0.0-alpha09'
preferencexVersion = '1.0.0'
junitVersion = '4.12'
androidTestVersion = '1.1.0-alpha4'
androidEspressoVersion = '3.1.0-alpha4'
......@@ -27,10 +27,10 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-rc02'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
classpath 'com.google.gms:google-services:4.1.0'
classpath 'io.fabric.tools:gradle:1.25.4'
classpath 'io.fabric.tools:gradle:1.26.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
......
......@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Check is buggy: https://issuetracker.google.com/issues/112159117 -->
<issue id="AppCompatResource" severity="ignore" />
</lint>
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