From 8999a68f90a1549f9bd0e2554930b2173f5dc7d0 Mon Sep 17 00:00:00 2001 From: Alexander Mahr Date: Sat, 15 Feb 2025 16:54:37 +0100 Subject: [PATCH] add app-config.sh --- app/app-config.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/app-config.sh diff --git a/app/app-config.sh b/app/app-config.sh new file mode 100644 index 0000000..16fa723 --- /dev/null +++ b/app/app-config.sh @@ -0,0 +1,10 @@ +APP_NAME='calender' +APP_PACKAGE='app.calender' +APP_VERSION_SDK_TARGET='33' +APP_VERSION_SDK_MIN='30' +APP_PERMISSIONS=' + + + + +'