summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-11-28 10:53:29 +0300
committerAndrew Dolgov <fox@fakecake.org>2024-11-28 10:53:29 +0300
commitddc63a0bc971dbb533e54935648c73cf87039993 (patch)
tree883ea98d96fbda9b6c4bb78e051f975a53c778d2 /org.fox.ttrss/src/main/AndroidManifest.xml
parent825f69185febb52cdcd370be0e20e059763f042f (diff)
fix custom tabs on android 11+, bump gradle plugin to deal with android 11 manifest elements, bump version tag
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index 63cf6b00..d7ca70fe 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="549"
- android:versionName="1.315">
+ android:versionCode="550"
+ android:versionName="1.316">
+
+ <queries>
+ <intent>
+ <action android:name=
+ "android.support.customtabs.action.CustomTabsService" />
+ </intent>
+ </queries>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />