Files
lawnchair/gradle.properties

19 lines
468 B
Properties
Raw Normal View History

# Until all the dependencies move to android X
android.useAndroidX = true
android.enableJetifier = true
org.gradle.parallel=true
ANDROID_X_VERSION=1+
2021-03-03 14:25:21 +01:00
GRADLE_CLASS_PATH=com.android.tools.build:gradle:4.0.0
2021-04-28 09:54:47 +07:00
PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.16
PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7
2022-05-08 22:53:06 +07:00
BUILD_TOOLS_VERSION=32.0.0
COMPILE_SDK=android-32
2021-03-03 14:25:21 +01:00
2021-04-10 16:04:36 +02:00
org.gradle.jvmargs=-Xmx2048m
2021-04-28 09:54:47 +07:00
android.debug.obsoleteApi=true