mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -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:largeScreens="true"
|
||||
android:xlargeScreens="true"
|
||||
android:requiresSmallestWidthDp="600" />
|
||||
android:requiresSmallestWidthDp="500" />
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
|
Loading…
Reference in a new issue