diff --git a/android/app/build.gradle b/android/app/build.gradle index 7271c37..b8fa57f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -77,7 +77,7 @@ import com.android.build.OutputFile project.ext.react = [ entryFile: "index.js", - enableHermes: true, + enableHermes: false, ] apply from: "../../node_modules/react-native/react.gradle" @@ -136,8 +136,8 @@ android { applicationId 'fr.amicaleinsat.application' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 17 - versionName "3.0.0" + versionCode 19 + versionName "3.0.2" missingDimensionStrategy 'react-native-camera', 'general' } splits { diff --git a/package.json b/package.json index 1746773..71ebf13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "campus", - "version": "3.0.0", + "version": "3.0.2", "private": true, "scripts": { "start": "react-native start",