mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
build: fix configs for android release builds
This commit is contained in:
@@ -7,17 +7,17 @@ const config: CapacitorConfig = {
|
||||
bundledWebRuntime: false,
|
||||
cordova: {
|
||||
preferences: {
|
||||
AndroidXEnabled: 'true',
|
||||
ScrollEnabled: 'false',
|
||||
'AndroidXEnabled': 'true',
|
||||
'ScrollEnabled': 'false',
|
||||
'android-minSdkVersion': '22',
|
||||
BackupWebStorage: 'none',
|
||||
SplashMaintainAspectRatio: 'true',
|
||||
FadeSplashScreenDuration: '300',
|
||||
SplashShowOnlyFirstTime: 'false',
|
||||
SplashScreen: 'screen',
|
||||
SplashScreenDelay: '3000'
|
||||
}
|
||||
}
|
||||
'BackupWebStorage': 'none',
|
||||
'SplashMaintainAspectRatio': 'true',
|
||||
'FadeSplashScreenDuration': '300',
|
||||
'SplashShowOnlyFirstTime': 'false',
|
||||
'SplashScreen': 'screen',
|
||||
'SplashScreenDelay': '3000',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user