mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
Merge pull request #86 from chrisgarrity/master
Update SmallestWidthDp in manifest
This commit is contained in:
commit
63bb184917
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
android:normalScreens="false"
|
android:normalScreens="false"
|
||||||
android:largeScreens="true"
|
android:largeScreens="true"
|
||||||
android:xlargeScreens="true"
|
android:xlargeScreens="true"
|
||||||
android:requiresSmallestWidthDp="600" />
|
android:requiresSmallestWidthDp="500" />
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
|
Loading…
Reference in a new issue