Skip to content

Commit 1208c99

Browse files
committed
6.1.1
1 parent 9e5b3d6 commit 1208c99

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ android {
121121
applicationId 'fr.amicaleinsat.application'
122122
minSdkVersion rootProject.ext.minSdkVersion
123123
targetSdkVersion rootProject.ext.targetSdkVersion
124-
versionCode 94
125-
versionName "6.1.0"
124+
versionCode 95
125+
versionName "6.1.1"
126126
missingDimensionStrategy 'react-native-camera', 'general'
127127
}
128128
splits {

ios/Campus/Info.plist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CADisableMinimumFrameDurationOnPhone</key>
6-
<true/>
6+
<true />
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleDisplayName</key>
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.1.0</string>
22+
<string>6.1.1</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>
@@ -32,23 +32,23 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>49</string>
35+
<string>50</string>
3636
<key>FacebookAdvertiserIDCollectionEnabled</key>
37-
<false/>
37+
<false />
3838
<key>FacebookAutoInitEnabled</key>
39-
<false/>
39+
<false />
4040
<key>FacebookAutoLogAppEventsEnabled</key>
41-
<false/>
41+
<false />
4242
<key>ITSAppUsesNonExemptEncryption</key>
43-
<false/>
43+
<false />
4444
<key>LSRequiresIPhoneOS</key>
45-
<true/>
45+
<true />
4646
<key>NSAppTransportSecurity</key>
4747
<dict>
4848
<key>NSAllowsArbitraryLoads</key>
49-
<false/>
49+
<false />
5050
<key>NSAllowsLocalNetworking</key>
51-
<true/>
51+
<true />
5252
</dict>
5353
<key>UIAppFonts</key>
5454
<array>
@@ -61,7 +61,7 @@
6161
<string>arm64</string>
6262
</array>
6363
<key>UIRequiresFullScreen</key>
64-
<true/>
64+
<true />
6565
<key>UISupportedInterfaceOrientations</key>
6666
<array>
6767
<string>UIInterfaceOrientationPortrait</string>
@@ -76,6 +76,6 @@
7676
<key>UIUserInterfaceStyle</key>
7777
<string>Automatic</string>
7878
<key>UIViewControllerBasedStatusBarAppearance</key>
79-
<false/>
79+
<false />
8080
</dict>
8181
</plist>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "campus",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)