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:
@@ -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']
|
||||
|
Reference in New Issue
Block a user