{ "expo": { "name": "VDS Quiz", "slug": "VDS-Quiz", "platforms": [ "ios", "android", "web" ], "version": "3.9.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { "image": "./assets/splash.png", "resizeMode": "cover", "backgroundColor": "#8c0072" }, "updates": { "fallbackToCacheTimeout": 10, "url": "https://u.expo.dev/7a0112f0-f4a6-11e9-b7eb-0ba61596acb6" }, "assetBundlePatterns": [ "**/*" ], "android": { "icon": "./assets/icon.png", "permissions": [], "versionCode": 35 }, "ios": { "icon": "./assets/iconIOS.png", "bundleIdentifier": "com.dslak.vdsquiz", "supportsTablet": true }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ [ "expo-build-properties", { "android": { "compileSdkVersion": 35, "targetSdkVersion": 35, "buildToolsVersion": "35.0.0" }, "ios": { "deploymentTarget": "15.1" } } ], [ "react-native-google-mobile-ads", { "androidAppId": "ca-app-pub-3940256099942544~3347511713", "iosAppId": "ca-app-pub-3940256099942544~1458002511", "delayAppMeasurementInit": false, "optimizeInitialization": true, "optimizeAdLoading": true, "userTrackingUsageDescription": "This identifier will be used to deliver personalized ads to you." } ] ], "owner": "dslaky", "extra": { "eas": { "projectId": "7a0112f0-f4a6-11e9-b7eb-0ba61596acb6" } } } }