Просмотр исходного кода

android: Disable jetifier

We no longer depend on any legacy libraries that required this flag
Charles Lombardo 3 лет назад
Родитель
Сommit
c16e663f70
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/android/gradle.properties

+ 1 - 2
src/android/gradle.properties

@@ -6,9 +6,8 @@
 # http://www.gradle.org/docs/current/userguide/build_environment.html
 # http://www.gradle.org/docs/current/userguide/build_environment.html
 # Specifies the JVM arguments used for the daemon process.
 # Specifies the JVM arguments used for the daemon process.
 # The setting is particularly useful for tweaking memory settings.
 # The setting is particularly useful for tweaking memory settings.
-android.enableJetifier=true
-android.useAndroidX=true
 org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
 org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+android.useAndroidX=true
 # Kotlin code style for this project: "official" or "obsolete":
 # Kotlin code style for this project: "official" or "obsolete":
 kotlin.code.style=official
 kotlin.code.style=official
 android.defaults.buildfeatures.buildconfig=true
 android.defaults.buildfeatures.buildconfig=true