This commit is contained in:
2026-04-27 17:02:49 +02:00
parent 3e9f863121
commit 3bb0549109
17 changed files with 2590 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "GreenLens",
"slug": "greenlens",
"version": "2.2.2",
"version": "2.2.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
@@ -18,7 +18,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.greenlens.app",
"buildNumber": "36",
"buildNumber": "37",
"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": 3,
"versionCode": 4,
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"