From 5a3c4fe8e2672a42fc7a3b4afff18a0098eea3c0 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 1 Apr 2023 19:45:17 +0200 Subject: 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. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') 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. Requirements: -- Android SDK Platform 32 +- Android SDK Platform 33 - Android NDK r22 -- Android Platform-Tools 33 +- Android Platform-Tools 34 - Android SDK Tools 26 - CMake - automake -- cgit v1.2.3