updated app.json

This commit is contained in:
Philipp Ecker
2024-09-15 21:04:24 +02:00
parent c68758cd81
commit aa9299df18

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "KlaTab",
"slug": "klatab",
"version": "1.2.0",
"version": "1.4.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
@@ -15,7 +15,7 @@
"**/*"
],
"ios": {
"buildNumber": "23",
"buildNumber": "24",
"supportsTablet": true,
"bundleIdentifier": "de.edvschule-plattling.klatab.klatab"
},
@@ -44,6 +44,7 @@
}
}
]
]
],
"owner": "edv-schule"
}
}