1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Prepare for apk test

This commit is contained in:
Zhiyuan Zheng
2021-01-16 14:16:58 +01:00
parent 74d830a71a
commit 8451d5a565
7 changed files with 32 additions and 20 deletions

View File

@@ -17,6 +17,7 @@ export default (): ExpoConfig => ({
},
scheme: 'tooot',
ios: {
buildNumber: '0.1.0',
bundleIdentifier: 'com.xmflsct.app.tooot',
googleServicesFile: './configs/GoogleService-Info.plist',
infoPlist: {
@@ -24,6 +25,7 @@ export default (): ExpoConfig => ({
}
},
android: {
versionCode: 0.1,
package: 'com.xmflsct.app.tooot',
googleServicesFile: './configs/google-services.json',
permissions: ['CAMERA', 'VIBRATE']