AndroidX lib refactor
This commit is contained in:
parent
08f0b5e76e
commit
a8dfe106bb
233 changed files with 3254 additions and 9769 deletions
10
build.gradle
10
build.gradle
|
@ -1,13 +1,19 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
|
||||
ext {
|
||||
supportLibVersion = '1.0.0-rc01'
|
||||
firebase = "11.8.0"
|
||||
retrofit = "2.3.0"
|
||||
butterKnife = "9.0.0-SNAPSHOT"
|
||||
materialDialog = "0.9.6.0"
|
||||
}
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.3.0-alpha07'
|
||||
classpath 'com.android.tools.build:gradle:3.3.0-alpha08'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue