aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorpacien2020-09-16 07:37:15 +0200
committerpacien2020-09-16 07:55:06 +0200
commit2b43fc4786731dada4b3fabcd2700ea7ff7c3380 (patch)
treef28831be292c04d359d665c337beade568fc06f6 /app/src
parent1f834b0ef8bcade30a1ec59b372a50a815fb566d (diff)
downloadtincapp-2b43fc4786731dada4b3fabcd2700ea7ff7c3380.tar.gz
app: set target api to 30 (Android 11)
The following works from API 21 to 30 (included): * creating a new network configuration * private key encryption and decryption * communication between apps and the tinc daemon * communication between tinc daemon and the internet
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index bf5c540..c86ec8f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -32,7 +32,6 @@
32 android:allowBackup="false" 32 android:allowBackup="false"
33 android:icon="@mipmap/ic_launcher" 33 android:icon="@mipmap/ic_launcher"
34 android:label="@string/app_name" 34 android:label="@string/app_name"
35 android:requestLegacyExternalStorage="true"
36 android:supportsRtl="true" 35 android:supportsRtl="true"
37 android:theme="@style/AppTheme" 36 android:theme="@style/AppTheme"
38 tools:ignore="GoogleAppIndexingWarning"> 37 tools:ignore="GoogleAppIndexingWarning">