You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

72 lines
1.7 KiB

{
"displayName": "VDS Quiz",
"name": "VDS Quiz",
"expo": {
"name": "VDS Quiz",
"slug": "VDS-Quiz",
"privacy": "public",
"platforms": [
"ios",
"android",
"web"
],
"version": "3.8.3",
"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",
"package": "com.dslak.vdsquiz",
"permissions": [],
"versionCode": 30
},
"ios": {
"icon": "./assets/iconIOS.png",
"bundleIdentifier": "com.dslak.vdsquiz",
"supportsTablet": true
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "7a0112f0-f4a6-11e9-b7eb-0ba61596acb6"
}
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "33.0.0"
},
"ios": {
"deploymentTarget": "13.0"
}
}
]
]
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-3940256099942544~3347511713",
"ios_app_id": "ca-app-pub-3940256099942544~1458002511",
"delay_app_measurement_init": false,
"optimize_initialization": true,
"optimize_ad_loading": true,
"user_tracking_usage_description": "This identifier will be used to deliver personalized ads to you."
}
}