Browse Source

Bump android version code

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

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

@@ -148,7 +148,7 @@ android {
148 148
         applicationId 'fr.amicaleinsat.application'
149 149
         minSdkVersion rootProject.ext.minSdkVersion
150 150
         targetSdkVersion rootProject.ext.targetSdkVersion
151
-        versionCode 43
151
+        versionCode 45
152 152
         versionName "4.1.0"
153 153
         missingDimensionStrategy 'react-native-camera', 'general'
154 154
     }

Loading…
Cancel
Save