From 06ba200ff3ae4a63f54ddc99d0ac4cc65ad2b332 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 9 Apr 2020 12:50:15 +0500 Subject: [PATCH] update gradle.properties --- apps/mobile/android/gradle.properties | 6 ++++++ 1 file changed, 6 insertions(+) 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