From 2b43fc4786731dada4b3fabcd2700ea7ff7c3380 Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 16 Sep 2020 07:37:15 +0200 Subject: 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 --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'readme.md') 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. Requirements: -- Android Platform Tools 29 -- Android Platform 29 -- Android SDK Tools 29 -- Android NDK 20 +- Android SDK Platform 30 +- Android NDK r21 +- Android Platform-Tools 30 +- Android SDK Tools 26 - CMake - automake - autoconf -- cgit v1.2.3