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

Correct app details

This commit is contained in:
Zhiyuan Zheng
2021-01-16 23:30:25 +01:00
parent 8451d5a565
commit 813f6b57c4
6 changed files with 698 additions and 11 deletions

View File

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