Hyunyoung Song | 719eee2 | 2018-11-01 23:12:54 -0700 | [diff] [blame^] | 1 | # Until all the dependencies move to android X |
2 | android.useAndroidX = true | ||||
3 | android.enableJetifier = true | ||||
4 | |||||
5 | ANDROID_X_VERSION=1.0.0-beta01 | ||||
6 | |||||
7 | GRADLE_CLASS_PATH=com.android.tools.build:gradle:3.2.0-rc03 | ||||
8 | |||||
9 | PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.6 | ||||
10 | PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7 | ||||
11 | |||||
12 | BUILD_TOOLS_VERSION=28.0.3 | ||||
13 | COMPILE_SDK=28 |