1# Until all the dependencies move to android X 2android.useAndroidX = true 3android.enableJetifier = true 4org.gradle.parallel=true 5 6ANDROID_X_VERSION=1+ 7 8GRADLE_CLASS_PATH=com.android.tools.build:gradle:3.5.1 9 10PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.8 11PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7 12 13BUILD_TOOLS_VERSION=28.0.3 14COMPILE_SDK=android-S 15