Skip to content

Commit

Permalink
revert target SDK version to 28 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
j4velin committed Apr 22, 2021
1 parent 43932b4 commit b163342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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="1900"
android:versionCode="1902"
android:versionName="1.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 b163342

Please sign in to comment.