aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2023-04-01 19:45:17 +0200
committerpacien2023-07-30 03:53:20 +0200
commit5a3c4fe8e2672a42fc7a3b4afff18a0098eea3c0 (patch)
tree685de980e79c01e8e4e51d5b61d0d591fa0c0da9 /readme.md
parent8f046f245fadd8dc7efdbd6c29adf07ca327836a (diff)
downloadtincapp-5a3c4fe8e2672a42fc7a3b4afff18a0098eea3c0.tar.gz
app: set target and build sdk to api 33
Google Play requires apps to target this API level by August 31 2023. The app builds and seems to work, with the exception of notifications which require additional runtime permission handling. Those are needed for the VPN service to be able to report config and runtime errors to the user.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 0966d8a..853ae62 100644
--- a/readme.md
+++ b/readme.md
@@ -32,9 +32,9 @@ The project can be built using the Gradle `build` task, on Linux.
32 32
33Requirements: 33Requirements:
34 34
35- Android SDK Platform 32 35- Android SDK Platform 33
36- Android NDK r22 36- Android NDK r22
37- Android Platform-Tools 33 37- Android Platform-Tools 34
38- Android SDK Tools 26 38- Android SDK Tools 26
39- CMake 39- CMake
40- automake 40- automake