Files
Cyrene-For-Android/gradle.properties
T

15 lines
349 B
Properties

# Gradle
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.internal.http.connectionTimeout=60000
org.gradle.internal.http.socketTimeout=60000
# Kotlin
kotlin.code.style=official
# Android
android.useAndroidX=true
android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=36