diff --git a/app.json b/app.json index 040edba..f3cc4c5 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "FLTR", "slug": "fltr-app", - "version": "1.0.1", + "version": "1.0.2", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "fltrapp", @@ -10,7 +10,10 @@ "newArchEnabled": true, "ios": { "supportsTablet": true, - "bundleIdentifier": "de.berg-autosoft.fltr" + "bundleIdentifier": "de.berg-autosoft.fltr", + "infoPlist": { + "ITSAppUsesNonExemptEncryption": false + } }, "android": { "adaptiveIcon": { diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index fd30111..9d31683 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -119,7 +119,6 @@ export default function HomeScreen() { { - haptikFeedback(); router.push("/legal"); }} style={{