From 718ec618fba234c284c77543bb4add247c4bc6f6 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Fri, 8 Mar 2024 10:48:09 +0800 Subject: [PATCH] Update app.json --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index de0fdb1..cf96fc3 100644 --- a/app.json +++ b/app.json @@ -29,7 +29,7 @@ "bundleIdentifier": "ren.onetwo.tidgi.mobile" }, "android": { - "versionCode": 2, + "versionCode": 3, "adaptiveIcon": { "foregroundImage": "./assets/icon.png", "backgroundColor": "#ffffff" @@ -61,7 +61,7 @@ "NSExtensionActivationSupportsWebURLWithMaxCount": 1, "NSExtensionActivationSupportsWebPageWithMaxCount": 1, "NSExtensionActivationSupportsImageWithMaxCount": 1, - "NSExtensionActivationSupportsMovieWithMaxCount": 1, + "NSExtensionActivationSupportsMovieWithMaxCount": 1 } } ]