Skip to content

Commit

Permalink
Merge pull request #380 from eb1/master
Browse files Browse the repository at this point in the history
Update android target sdk to 28
  • Loading branch information
eb1 authored Sep 12, 2019
2 parents 1c39b70 + eaecf82 commit e083a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- 19 (4.4.3) is our minimum supported SDK... -->
<preference name="android-minSdkVersion" value="19" />
<!-- ...but 24 and later allow for split screen apps -->
<preference name="android-targetSdkVersion" value="24" />
<preference name="android-targetSdkVersion" value="28" />
<config-file mode="replace" parent="/manifest">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit e083a1f

Please sign in to comment.