Commit bd05aaf3 authored by Daniel Agar's avatar Daniel Agar

android lower minSdkVersion to 16

parent 609f5780
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<!-- Background running --> <!-- Background running -->
</activity> </activity>
</application> </application>
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="22"/> <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22"/>
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<!-- Needed to keep working while 'asleep' --> <!-- Needed to keep working while 'asleep' -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment