Not a Plant Fehlermeldung
This commit is contained in:
6
app.json
6
app.json
@@ -2,7 +2,7 @@
|
||||
"expo": {
|
||||
"name": "GreenLens",
|
||||
"slug": "greenlens",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "automatic",
|
||||
@@ -18,7 +18,7 @@
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.greenlens.app",
|
||||
"buildNumber": "35",
|
||||
"buildNumber": "36",
|
||||
"infoPlist": {
|
||||
"NSCameraUsageDescription": "GreenLens needs camera access to identify plants.",
|
||||
"NSPhotoLibraryUsageDescription": "GreenLens needs photo library access to identify plants from your gallery.",
|
||||
@@ -31,7 +31,7 @@
|
||||
"backgroundColor": "#111813"
|
||||
},
|
||||
"package": "com.greenlens.app",
|
||||
"versionCode": 2,
|
||||
"versionCode": 3,
|
||||
"permissions": [
|
||||
"android.permission.CAMERA",
|
||||
"android.permission.RECORD_AUDIO"
|
||||
|
||||
Reference in New Issue
Block a user