Skip to content

Commit

Permalink
Merge pull request #189 from OpenBracketsCH/development
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
elektrolytmangel authored Jun 12, 2024
2 parents e6c3b9b + 9c59715 commit 730b024
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions app/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.38",
"version": "1.0.39",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -12,24 +12,19 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"assets/*.png"
],
"assetBundlePatterns": ["assets/*.png"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "ch.defikarte.app",
"buildNumber": "1.0.38",
"buildNumber": "1.0.39",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": true
}
},
"android": {
"package": "ch.defikarte.app",
"versionCode": 38,
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION"
],
"versionCode": 39,
"permissions": ["ACCESS_COARSE_LOCATION", "ACCESS_FINE_LOCATION"],
"config": {
"googleMaps": {
"apiKey": ""
Expand All @@ -39,9 +34,7 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-localization"
],
"plugins": ["expo-localization"],
"extra": {
"eas": {
"projectId": "1d176347-a834-4c1c-92e7-c0f4637108a0"
Expand All @@ -54,4 +47,4 @@
"it": "./assets/locales/it.json"
}
}
}
}

0 comments on commit 730b024

Please sign in to comment.