Commit cf3dc31e authored by Max Lv's avatar Max Lv

Use snapshot package

parent 286ff227
......@@ -4,6 +4,7 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
androidxVersion = '1.0.1'
kotlinVersion = '1.3.10'
minSdkVersion = 21
sdkVersion = 28
......@@ -38,6 +39,9 @@ allprojects {
repositories {
google()
jcenter()
maven {
url 'https://raw.githubusercontent.com/madeye/maven-repository/master/'
}
}
}
......
......@@ -25,7 +25,7 @@ android {
dependencies {
api "androidx.core:core-ktx:$androidxVersion"
api "com.google.android.material:material:1.1.0-alpha01"
api "com.google.android.material:material:1.1.0-SNAPSHOT"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
testImplementation "junit:junit:$junitVersion"
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