mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
15 lines
409 B
Properties
15 lines
409 B
Properties
# Until all the dependencies move to android X
|
|
android.useAndroidX = true
|
|
android.enableJetifier = true
|
|
|
|
ANDROID_X_VERSION=1+
|
|
|
|
GRADLE_CLASS_PATH=com.android.tools.build:gradle:4.0.0
|
|
|
|
PROTOBUF_CLASS_PATH=com.google.protobuf:protobuf-gradle-plugin:0.8.8
|
|
PROTOBUF_DEPENDENCY=com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7
|
|
|
|
BUILD_TOOLS_VERSION=30.0.2
|
|
COMPILE_SDK=android-30
|
|
|
|
org.gradle.jvmargs=-Xmx2048m |