diff --git a/gradle.properties b/gradle.properties index ad3bb8a..5ad6acf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,6 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 # https://developer.android.com/topic/libraries/support-library/androidx-rn org.gradle.parallel=true android.useAndroidX=true -android.enableJetifier=false # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the @@ -24,4 +23,3 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true #org.gradle.configuration-cache=false -org.gradle.configureondemand=true diff --git a/script/release-uploader b/script/release-uploader index 8d88d03..8c6e2fe 100644 Binary files a/script/release-uploader and b/script/release-uploader differ