update support libs
This commit is contained in:
parent
8fe5639d47
commit
1de8aced24
1 changed files with 2 additions and 4 deletions
|
@ -23,14 +23,12 @@ android {
|
|||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
publishNonDefault true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:filepicker:1.6.1@aar'
|
||||
compile 'com.android.support:design:25.0.1'
|
||||
compile 'com.android.support:appcompat-v7:25.0.1'
|
||||
compile 'com.android.support:design:25.1.0'
|
||||
compile 'com.android.support:appcompat-v7:25.1.0'
|
||||
compile 'com.github.yukuku:ambilwarna:2.0.1'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue