|
|
@ -4,7 +4,10 @@ |
|
|
|
"slug": "VDS-Quiz", |
|
|
|
"privacy": "public", |
|
|
|
"sdkVersion": "35.0.0", |
|
|
|
"platforms": ["ios", "android"], |
|
|
|
"platforms": [ |
|
|
|
"ios", |
|
|
|
"android" |
|
|
|
], |
|
|
|
"version": "1.0.0", |
|
|
|
"orientation": "portrait", |
|
|
|
"icon": "./assets/icon.png", |
|
|
@ -16,9 +19,12 @@ |
|
|
|
"updates": { |
|
|
|
"fallbackToCacheTimeout": 10 |
|
|
|
}, |
|
|
|
"assetBundlePatterns": ["**/*"], |
|
|
|
"assetBundlePatterns": [ |
|
|
|
"**/*" |
|
|
|
], |
|
|
|
"android": { |
|
|
|
"package": "com.dslak.vdsquiz", |
|
|
|
"permissions": [], |
|
|
|
"config": { |
|
|
|
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627" |
|
|
|
} |
|
|
@ -26,6 +32,9 @@ |
|
|
|
"ios": { |
|
|
|
"bundleIdentifier": "com.dslak.vdsquiz", |
|
|
|
"supportsTablet": true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"entryPoint": "node_modules/expo/AppEntry.js" |
|
|
|
}, |
|
|
|
"displayName": "VDS Quiz", |
|
|
|
"name": "VDS Quiz" |
|
|
|
} |
|
|
|