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

{
"expo": {
"name": "VDS Quiz",
6 years ago
"slug": "VDS-Quiz",
6 years ago
"platforms": [
"ios",
"android",
"web"
6 years ago
],
3 months ago
"version": "3.9.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#8c0072"
},
"updates": {
3 years ago
"fallbackToCacheTimeout": 10,
"url": "https://u.expo.dev/7a0112f0-f4a6-11e9-b7eb-0ba61596acb6"
},
6 years ago
"assetBundlePatterns": [
"**/*"
],
6 years ago
"android": {
6 years ago
"icon": "./assets/icon.png",
6 years ago
"permissions": [],
3 months ago
"versionCode": 35
6 years ago
},
"ios": {
6 years ago
"icon": "./assets/iconIOS.png",
6 years ago
"bundleIdentifier": "com.dslak.vdsquiz",
"supportsTablet": true
6 years ago
},
"web": {
"favicon": "./assets/favicon.png"
3 years ago
},
"plugins": [
[
"expo-build-properties",
{
"android": {
3 months ago
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0"
3 years ago
},
"ios": {
3 months ago
"deploymentTarget": "15.1"
3 years ago
}
}
3 months ago
],
[
"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."
}
3 years ago
]
3 months ago
],
"owner": "dslaky",
"extra": {
"eas": {
"projectId": "7a0112f0-f4a6-11e9-b7eb-0ba61596acb6"
}
}
}
}