Skip to content

Commit

Permalink
7.8.0: Prevent popup "This app was built for an older version of Andr…
Browse files Browse the repository at this point in the history
…oid..." on >= Pie; Release via GitHub/XDA.
  • Loading branch information
ltguillaume committed Mar 24, 2019
1 parent 00b16ed commit 310b4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="nl.asymmetrics.droidshows"
android:versionCode="774" android:versionName="7.7.4">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="11"/>
android:versionCode="780" android:versionName="7.8.0">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="20" android:maxSdkVersion="28"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down

0 comments on commit 310b4d3

Please sign in to comment.