Browse Source

Updated version number to 3.0.0

Arnaud Vergnet 3 years ago
parent
commit
b8236146ff
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 16
140
-        versionName "2.0.0"
139
+        versionCode 17
140
+        versionName "3.0.0"
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": "2.0.0",
3
+  "version": "3.0.0",
4 4
   "private": true,
5 5
   "scripts": {
6 6
     "start": "react-native start",

Loading…
Cancel
Save