Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrade2 committed Nov 27, 2019
1 parent 750ae6b commit 1007a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scheme": "salgode",
"sdkVersion": "35.0.0",
"platforms": ["ios", "android", "web"],
"version": "1.3.1",
"version": "1.3.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
Expand All @@ -24,7 +24,7 @@
},
"supportsTablet": true,
"bundleIdentifier": "app.salgode.salgode",
"buildNumber": "18",
"buildNumber": "19",
"infoPlist": {
"NSCameraUsageDescription": "Esta app utiliza tu cámara para poder sacar una selfie.",
"NSLocationWhenInUseUsageDescription": "Esta app utiliza tu ubicación para mejorar la usabilidad de la misma y que puedas encontrar el punto de encuentro más cercano a tu posición",
Expand All @@ -38,7 +38,7 @@
}
},
"package": "cl.salgode.salgode",
"versionCode": 10,
"versionCode": 11,
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
Expand Down

0 comments on commit 1007a97

Please sign in to comment.