diff --git a/codelabs/events/gradle.properties b/codelabs/events/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/events/gradle.properties +++ b/codelabs/events/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/group-section-lifecycle/gradle.properties b/codelabs/group-section-lifecycle/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/group-section-lifecycle/gradle.properties +++ b/codelabs/group-section-lifecycle/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/hello-world/gradle.properties b/codelabs/hello-world/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/hello-world/gradle.properties +++ b/codelabs/hello-world/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/hscroll-height/gradle.properties b/codelabs/hscroll-height/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/hscroll-height/gradle.properties +++ b/codelabs/hscroll-height/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/props/gradle.properties b/codelabs/props/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/props/gradle.properties +++ b/codelabs/props/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/save-state-rotation/gradle.properties b/codelabs/save-state-rotation/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/save-state-rotation/gradle.properties +++ b/codelabs/save-state-rotation/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/state/gradle.properties b/codelabs/state/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/state/gradle.properties +++ b/codelabs/state/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/codelabs/updating-ui/gradle.properties b/codelabs/updating-ui/gradle.properties index 5fd1267783c..63cdbb6f381 100644 --- a/codelabs/updating-ui/gradle.properties +++ b/codelabs/updating-ui/gradle.properties @@ -29,7 +29,5 @@ org.gradle.jvmargs=-Xmx1536m # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official diff --git a/gradle.properties b/gradle.properties index 2987f673589..410a293fa96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,6 +46,4 @@ org.gradle.internal.repository.initial.backoff=1250 org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED # AndroidX -android.useAndroidX = true -android.enableJetifier = true -android.jetifier.ignorelist=bcprov-jdk15on +android.useAndroidX=true