Browse Source

Bump version number

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

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

@@ -136,7 +136,7 @@ android {
136 136
         applicationId 'fr.amicaleinsat.application'
137 137
         minSdkVersion rootProject.ext.minSdkVersion
138 138
         targetSdkVersion rootProject.ext.targetSdkVersion
139
-        versionCode 34
139
+        versionCode 35
140 140
         versionName "4.0.1"
141 141
         missingDimensionStrategy 'react-native-camera', 'general'
142 142
     }

Loading…
Cancel
Save