Browse Source

Lowered keychain version to prevent upgrading sdk and removed mapbox as it makes building release harder and increased apk size

Arnaud Vergnet 3 years ago
parent
commit
e43577c8cb
2 changed files with 5 additions and 6 deletions
  1. 3
    3
      android/build.gradle
  2. 2
    3
      package.json

+ 3
- 3
android/build.gradle View File

@@ -2,10 +2,10 @@
2 2
 
3 3
 buildscript {
4 4
     ext {
5
-        buildToolsVersion = "29.0.3"
5
+        buildToolsVersion = "28.0.3"
6 6
         minSdkVersion = 21
7
-        compileSdkVersion = 29
8
-        targetSdkVersion = 29
7
+        compileSdkVersion = 28
8
+        targetSdkVersion = 28
9 9
     }
10 10
     repositories {
11 11
         google()

+ 2
- 3
package.json View File

@@ -24,7 +24,6 @@
24 24
     "@react-native-community/masked-view": "^0.1.10",
25 25
     "@react-native-community/push-notification-ios": "^1.2.2",
26 26
     "@react-native-community/slider": "^3.0.0",
27
-    "@react-native-mapbox-gl/maps": "^8.1.0-rc.1",
28 27
     "@react-navigation/bottom-tabs": "^5.5.2",
29 28
     "@react-navigation/native": "^5.5.1",
30 29
     "@react-navigation/stack": "^5.5.1",
@@ -40,7 +39,7 @@
40 39
     "react-native-collapsible": "^1.5.2",
41 40
     "react-native-gesture-handler": "^1.6.1",
42 41
     "react-native-image-modal": "^1.0.8",
43
-    "react-native-keychain": "^6.1.1",
42
+    "react-native-keychain": "6.0.0",
44 43
     "react-native-linear-gradient": "^2.5.6",
45 44
     "react-native-localize": "^1.4.0",
46 45
     "react-native-modalize": "^2.0.4",
@@ -62,7 +61,7 @@
62 61
     "@babel/runtime": "^7.6.2",
63 62
     "@react-native-community/eslint-config": "^0.0.5",
64 63
     "babel-jest": "^25.5.1",
65
-    "eslint": "^5.0.0",
64
+    "eslint": "6.5.1",
66 65
     "flow-bin": "^0.123.0",
67 66
     "jest": "^25.5.3",
68 67
     "jest-extended": "^0.11.5",

Loading…
Cancel
Save