Add Use AndroidX property

Ref: https://developer.android.com/jetpack/androidx#using_androidx
This commit is contained in:
Mike Diarmid 2019-04-22 20:05:31 +01:00 committed by GitHub
parent 75f3a6d118
commit 214edaa8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ ReactNativeWebView_kotlinVersion=1.3.11
ReactNativeWebView_compileSdkVersion=28
ReactNativeWebView_buildToolsVersion=28.0.3
ReactNativeWebView_targetSdkVersion=28
ReactNativeWebView_supportLibVersion=28.0.0
ReactNativeWebView_supportLibVersion=28.0.0
android.useAndroidX=true