Commit a8ada801 authored by Mygod's avatar Mygod

Update dependencies

Use of Android Studio 3.3+ is required.
parent 6f43e85b
...@@ -13,8 +13,8 @@ buildscript { ...@@ -13,8 +13,8 @@ buildscript {
workVersion = '1.0.0-alpha12' workVersion = '1.0.0-alpha12'
preferencexVersion = '1.0.0' preferencexVersion = '1.0.0'
junitVersion = '4.12' junitVersion = '4.12'
androidTestVersion = '1.1.0' androidTestVersion = '1.1.1'
androidEspressoVersion = '3.1.0' androidEspressoVersion = '3.1.1'
} }
repositories { repositories {
...@@ -38,9 +38,6 @@ allprojects { ...@@ -38,9 +38,6 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
maven {
url 'https://raw.githubusercontent.com/madeye/maven-repository/master/'
}
} }
} }
......
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
...@@ -25,7 +25,7 @@ android { ...@@ -25,7 +25,7 @@ android {
dependencies { dependencies {
api "androidx.core:core-ktx:1.0.1" api "androidx.core:core-ktx:1.0.1"
api "com.google.android.material:material:1.1.0-SNAPSHOT" api "com.google.android.material:material:1.1.0-alpha02"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
testImplementation "junit:junit:$junitVersion" testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test:runner:$androidTestVersion" androidTestImplementation "androidx.test:runner:$androidTestVersion"
......
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