From a7e3605cb8f5ee34c0f807ed7457ed0d0a6e5ac1 Mon Sep 17 00:00:00 2001 From: Simba Zhang Date: Fri, 20 Nov 2020 06:55:58 +0800 Subject: [PATCH] Bump version to 3.0.0 --- mobile-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile-config.js b/mobile-config.js index 1979d2583..bf93e7af8 100644 --- a/mobile-config.js +++ b/mobile-config.js @@ -1,6 +1,6 @@ App.info({ id: 'org.sharpai.everywhere', - version: '2.0.2', + version: '3.0.0', name: 'sharpai', description: 'Share everything with everyone', author: 'hotShare Design Team', @@ -19,6 +19,7 @@ App.setPreference('StatusBarStyle','lightcontent'); App.setPreference('AutoHideSplashScreen', false); App.setPreference('AndroidPersistentFileLocation','Internal'); App.setPreference('iosPersistentFileLocation','Library'); +App.setPreference('ScrollEnabled', true); App.accessRule('*'); App.accessRule('http://*'); App.accessRule('https://*');