Skip to content

Commit

Permalink
Merge pull request #2020 from shadowsocks/fix-bab
Browse files Browse the repository at this point in the history
Fix bottom app bar
  • Loading branch information
madeye authored Dec 10, 2018
2 parents b7827d3 + cc7bc5b commit 99f7283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -38,6 +39,9 @@ allprojects {
repositories {
google()
jcenter()
maven {
url 'https://raw.githubusercontent.com/madeye/maven-repository/master/'
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
}

dependencies {
api "androidx.core:core-ktx:1.0.1"
api "com.google.android.material:material:1.0.0"
api "androidx.core:core-ktx:$androidxVersion"
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"
Expand Down

0 comments on commit 99f7283

Please sign in to comment.