2018-11-02 06:12:54 +00:00
|
|
|
# Until all the dependencies move to android X
|
|
|
|
android.useAndroidX = true
|
|
|
|
android.enableJetifier = true
|
2021-09-21 22:25:22 +00:00
|
|
|
org.gradle.parallel=true
|
2018-11-02 06:12:54 +00:00
|
|
|
|
2020-01-15 20:27:36 +00:00
|
|
|
ANDROID_X_VERSION=1+
|
2018-11-02 06:12:54 +00:00
|
|
|
|
2020-01-15 20:27:36 +00:00
|
|
|
GRADLE_CLASS_PATH=com.android.tools.build:gradle:3.5.1
|
2018-11-02 06:12:54 +00:00
|
|
|
|
2020-01-15 20:27:36 +00:00
|
|
|
PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.8
|
2018-11-02 06:12:54 +00:00
|
|
|
PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7
|
|
|
|
|
|
|
|
BUILD_TOOLS_VERSION=28.0.3
|
2020-10-27 00:00:36 +00:00
|
|
|
COMPILE_SDK=android-S
|