Browse Source

Disabled hermes as it stops .aab from working on the play store

Arnaud Vergnet 3 years ago
parent
commit
2b7ec560d2
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      android/app/build.gradle
  2. 1
    1
      package.json

+ 3
- 3
android/app/build.gradle View File

@@ -77,7 +77,7 @@ import com.android.build.OutputFile
77 77
 
78 78
 project.ext.react = [
79 79
     entryFile: "index.js",
80
-    enableHermes: true,
80
+    enableHermes: false,
81 81
 ]
82 82
 
83 83
 apply from: "../../node_modules/react-native/react.gradle"
@@ -136,8 +136,8 @@ android {
136 136
         applicationId 'fr.amicaleinsat.application'
137 137
         minSdkVersion rootProject.ext.minSdkVersion
138 138
         targetSdkVersion rootProject.ext.targetSdkVersion
139
-        versionCode 17
140
-        versionName "3.0.0"
139
+        versionCode 19
140
+        versionName "3.0.2"
141 141
         missingDimensionStrategy 'react-native-camera', 'general'
142 142
     }
143 143
     splits {

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "campus",
3
-  "version": "3.0.0",
3
+  "version": "3.0.2",
4 4
   "private": true,
5 5
   "scripts": {
6 6
     "start": "react-native start",

Loading…
Cancel
Save