diff --git a/apps/mobile/android/gradle.properties b/apps/mobile/android/gradle.properties index 027ef9db8..f29960968 100644 --- a/apps/mobile/android/gradle.properties +++ b/apps/mobile/android/gradle.properties @@ -17,5 +17,11 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true +# AndroidX package structure to make it clearer which packages are bundled with the +# 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 +# Version of flipper SDK to use with React Native +FLIPPER_VERSION=0.33.1