From 67dd4d07223f5fe92bbe794f1821c9804e5ac9c9 Mon Sep 17 00:00:00 2001 From: KeksDev <54219265+tunikakeks@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:24:30 +0200 Subject: [PATCH] (theoretical) Android 10 I hope it works haha --- app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index e3dd224..01987a0 100644 --- a/app.json +++ b/app.json @@ -20,7 +20,9 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#153238" }, - "package": "de.taymaerz.foundlist" + "package": "de.taymaerz.foundlist"y + "minSdkVersion": 29, + "targetSdkVersion": 29 }, "web": { "favicon": "./assets/icon.png"