diff options
author | pacien | 2020-09-16 07:37:15 +0200 |
---|---|---|
committer | pacien | 2020-09-16 07:55:06 +0200 |
commit | 2b43fc4786731dada4b3fabcd2700ea7ff7c3380 (patch) | |
tree | f28831be292c04d359d665c337beade568fc06f6 /readme.md | |
parent | 1f834b0ef8bcade30a1ec59b372a50a815fb566d (diff) | |
download | tincapp-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,10 +29,10 @@ The project can be built using the Gradle `build` task, on Linux. | |||
29 | 29 | ||
30 | Requirements: | 30 | Requirements: |
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 |