Skip to content

Commit

Permalink
increased version to 2.16 and target api to 28. #43
Browse files Browse the repository at this point in the history
  • Loading branch information
selmaohneh committed Oct 20, 2019
1 parent 11a67d5 commit 2db0ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DdfGuide.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="celloapps.ddfguide" android:installLocation="preferExternal" android:versionCode="215" android:versionName="2.15">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="celloapps.ddfguide" android:installLocation="preferExternal" android:versionCode="216" android:versionName="2.16">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 2db0ad1

Please sign in to comment.