gradle.properties 404 B

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