Skip to content

Commit

Permalink
Updated the min and target SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
phishman3579 committed Aug 30, 2015
1 parent 243e90a commit b19c8a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
android:versionCode="1"
android:versionName="1.0">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="23"/>

<uses-feature android:name="android.hardware.camera"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:allowBackup="true">
<activity android:name=".MotionDetectionActivity"
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="landscape">
Expand Down

0 comments on commit b19c8a0

Please sign in to comment.