1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-01-27 00:35:34 +01:00
parent 9ae1612a96
commit 41bfeed56f
24 changed files with 558 additions and 457 deletions

View File

@ -37,7 +37,7 @@ export default (): ExpoConfig => ({
]
},
ios: {
buildNumber: '2',
buildNumber: '4',
config: { usesNonExemptEncryption: false },
bundleIdentifier: 'com.xmflsct.app.tooot',
googleServicesFile: './configs/GoogleService-Info.plist',
@ -50,7 +50,7 @@ export default (): ExpoConfig => ({
zh: './src/i18n/zh-Hans/system.json'
},
android: {
versionCode: 2,
versionCode: 4,
package: 'com.xmflsct.app.tooot',
googleServicesFile: './configs/google-services.json',
permissions: ['CAMERA', 'VIBRATE']