Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chnuessli committed Nov 10, 2022
1 parent 09d17f6 commit aa8c4ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/defikarte/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Defikarte.ch",
"slug": "Defikarte-ch",
"owner": "defikarte",
"version": "1.0.19",
"version": "1.0.20",
"orientation": "default",
"primaryColor": "#ffffff",
"icon": "./assets/icon.png",
Expand All @@ -21,14 +21,14 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "ch.defikarte.app",
"buildNumber": "1.0.19",
"buildNumber": "1.0.20",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Diese App benötigt die Standortdaten deines Gerätes um den nächsten Defi anzeigen zu können."
}
},
"android": {
"package": "ch.defikarte.app",
"versionCode": 19,
"versionCode": 20,
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION"
Expand Down

0 comments on commit aa8c4ae

Please sign in to comment.