mirror of
https://github.com/sensebox/blockly-app
synced 2025-06-09 11:35:50 +02:00
increase minimum android version to API 24 (android 7) #2
This commit is contained in:
parent
08f2c5b0cc
commit
7818333899
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<allow-intent href="mailto:*" />
|
<allow-intent href="mailto:*" />
|
||||||
<allow-intent href="geo:*" />
|
<allow-intent href="geo:*" />
|
||||||
<preference name="ScrollEnabled" value="false" />
|
<preference name="ScrollEnabled" value="false" />
|
||||||
<preference name="android-minSdkVersion" value="19" />
|
<preference name="android-minSdkVersion" value="24" />
|
||||||
<preference name="BackupWebStorage" value="none" />
|
<preference name="BackupWebStorage" value="none" />
|
||||||
<preference name="SplashMaintainAspectRatio" value="true" />
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
||||||
<preference name="FadeSplashScreenDuration" value="300" />
|
<preference name="FadeSplashScreenDuration" value="300" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue