Browse Source

Updated version number

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

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

@@ -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 31
140
-        versionName "3.1.3"
139
+        versionCode 32
140
+        versionName "3.1.4"
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.1.3",
3
+  "version": "3.1.4",
4 4
   "private": true,
5 5
   "scripts": {
6 6
     "start": "react-native start",

Loading…
Cancel
Save