Skip to content

Commit

Permalink
decrease target SDK version to 28
Browse files Browse the repository at this point in the history
  • Loading branch information
j4velin committed Oct 27, 2019
1 parent 01a98e6 commit 887111e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
package="de.j4velin.wifiAutoOff"
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="internalOnly"
android:versionCode="1880"
android:versionName="1.8.8">
android:versionCode="1890"
android:versionName="1.8.9">

<uses-sdk android:targetSdkVersion="29"/>
<uses-sdk android:targetSdkVersion="28"/>

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
Expand Down

0 comments on commit 887111e

Please sign in to comment.