Merge pull request #198 from chrisgarrity/min-width

revise minimum screen width
This commit is contained in:
chrisgarrity 2018-10-29 15:22:43 -04:00 committed by GitHub
commit f90b6840e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View file

@ -11,8 +11,8 @@
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<supports-screens android:requiresSmallestWidthDp="500" />
<supports-screens android:requiresSmallestWidthDp="600" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"