Skip to content

Commit

Permalink
Set target SDK to 28 to make Google Play happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Gagne committed Oct 20, 2019
1 parent 97a9a79 commit ded9251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit ded9251

Please sign in to comment.