Skip to content
Snippets Groups Projects
Commit ded9251e authored by Don Gagne's avatar Don Gagne
Browse files

Set target SDK to 28 to make Google Play happy
parent 97a9a79a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<!-- Background running -->
</activity>
</application>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="26"/>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28"/>
<!-- Needed to keep working while 'asleep' -->
<uses-permission android:name="android.permission.WAKE_LOCK"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment