|
@@ -44,9 +44,9 @@ android {
|
44
|
44
|
dependencies {
|
45
|
45
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
46
|
46
|
|
47
|
|
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
48
|
|
- implementation 'androidx.appcompat:appcompat:1.1.0'
|
49
|
|
- implementation 'androidx.fragment:fragment:1.2.0'
|
|
47
|
+ implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
48
|
+ implementation 'androidx.fragment:fragment:1.2.5'
|
|
49
|
+ implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
50
|
50
|
|
51
|
51
|
//noinspection GradleDynamicVersion
|
52
|
52
|
api 'com.facebook.react:react-native:+'
|