target SDK 23 because of https://issuetracker.google.com/issues/37103380#makechanges
This commit is contained in:
parent
efbcbe7b89
commit
05dec34be2
@ -7,7 +7,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "org.fox.ttrss"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 23 // we're not targeting SDK 25 because of this: https://issuetracker.google.com/issues/37103380#makechanges
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.fox.ttrss"
|
||||
android:versionCode="423"
|
||||
android:versionName="1.189" >
|
||||
android:versionCode="424"
|
||||
android:versionName="1.190" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
Loading…
Reference in New Issue
Block a user