aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2020-09-16 07:37:15 +0200
committerpacien2020-09-16 07:55:06 +0200
commit2b43fc4786731dada4b3fabcd2700ea7ff7c3380 (patch)
treef28831be292c04d359d665c337beade568fc06f6 /readme.md
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 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index f70c6e3..070023f 100644
--- a/readme.md
+++ b/readme.md
@@ -29,10 +29,10 @@ The project can be built using the Gradle `build` task, on Linux.
29 29
30Requirements: 30Requirements:
31 31
32- Android Platform Tools 29 32- Android SDK Platform 30
33- Android Platform 29 33- Android NDK r21
34- Android SDK Tools 29 34- Android Platform-Tools 30
35- Android NDK 20 35- Android SDK Tools 26
36- CMake 36- CMake
37- automake 37- automake
38- autoconf 38- autoconf