We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97c733 commit 707efb1Copy full SHA for 707efb1
app.json
@@ -2,13 +2,13 @@
2
"expo": {
3
"android": {
4
"jsEngine": "hermes",
5
- "versionCode": 20,
+ "versionCode": 21,
6
"softwareKeyboardLayoutMode": "pan",
7
"googleServicesFile": "./google-services.json"
8
},
9
"assetBundlePatterns": ["**/*"],
10
"ios": {
11
- "buildNumber": "20",
+ "buildNumber": "21",
12
"config": {
13
"usesNonExemptEncryption": false
14
@@ -30,7 +30,7 @@
30
"fallbackToCacheTimeout": 0
31
32
"userInterfaceStyle": "automatic",
33
- "version": "2.3.0",
+ "version": "2.4.0",
34
"plugins": [
35
"@react-native-google-signin/google-signin",
36
"expo-asset",
0 commit comments