Browse Source

sdk upgrade

feature/upgrade_sdk
Carmine De Rosa 5 years ago
parent
commit
1ebb040f15
  1. BIN
      builds/VDS-Quiz-8a60f5e2694d49759e5ee649ff1d7094-signed.aab
  2. BIN
      builds/VDS-Quiz-92c187a4d4954790b1ed07ae82726907-signed.aab
  3. 6
      vds-app/app.json
  4. 8
      vds-app/package.json

BIN
builds/VDS-Quiz-8a60f5e2694d49759e5ee649ff1d7094-signed.aab

Binary file not shown.

BIN
builds/VDS-Quiz-92c187a4d4954790b1ed07ae82726907-signed.aab

Binary file not shown.

6
vds-app/app.json

@ -3,12 +3,12 @@
"name": "VDS Quiz",
"slug": "VDS-Quiz",
"privacy": "public",
"sdkVersion": "35.0.0",
"sdkVersion": "38.0.0",
"platforms": [
"ios",
"android"
],
"version": "3.5.1",
"version": "3.5.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@ -26,7 +26,7 @@
"icon": "./assets/icon.png",
"package": "com.dslak.vdsquiz",
"permissions": [],
"versionCode": 14,
"versionCode": 15,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627"
}

8
vds-app/package.json

@ -14,11 +14,11 @@
"expo-ads-admob": "~7.0.0",
"expo-permissions": "^7.0.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-admob": "1.3.2",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.2.0",
"react-native-screens": "^2.9.0",
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^1.12.0",
"react-native-screens": "^2.10.1",
"react-navigation": "^3.6.1"
},
"devDependencies": {

Loading…
Cancel
Save