Merge branch 'androidx-and-sdk29' into 'master'

Update sdk 28 -> 29 and migrate to androidx

See merge request bloodyhealth/drip!302
This commit is contained in:
Sofiya Tepikin
2020-08-01 11:47:33 +00:00
7 changed files with 111 additions and 101 deletions
+2 -1
View File
@@ -165,7 +165,8 @@ dependencies {
implementation project(':react-native-document-picker')
implementation project(':nodejs-mobile-react-native')
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation "com.facebook.react:react-native:+" // From node_modules
androidTestImplementation('com.wix:detox:+') { transitive = true }
androidTestImplementation 'junit:junit:4.12'