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
         applicationId 'fr.amicaleinsat.application'
136
         applicationId 'fr.amicaleinsat.application'
137
         minSdkVersion rootProject.ext.minSdkVersion
137
         minSdkVersion rootProject.ext.minSdkVersion
138
         targetSdkVersion rootProject.ext.targetSdkVersion
138
         targetSdkVersion rootProject.ext.targetSdkVersion
139
-        versionCode 34
139
+        versionCode 35
140
         versionName "4.0.1"
140
         versionName "4.0.1"
141
         missingDimensionStrategy 'react-native-camera', 'general'
141
         missingDimensionStrategy 'react-native-camera', 'general'
142
     }
142
     }

Loading…
Cancel
Save