summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2024-08-09 14:52:23 +0200
committerArne Schwabe <arne@rfc2549.org>2024-08-09 17:09:53 +0200
commitf64ce22ef5d34c7e593b74ebb9197fabd5f616a4 (patch)
tree6dc41581ef34369bb6d3065cad3e150cbca8bf99 /main
parentf3f6860bcea288d9ddc84f54aaa8e56a7c21168d (diff)
Update libraries and move build config flag to non-deprecated place
Diffstat (limited to 'main')
-rw-r--r--main/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/build.gradle.kts b/main/build.gradle.kts
index b1c13e9d..d2e00578 100644
--- a/main/build.gradle.kts
+++ b/main/build.gradle.kts
@@ -14,6 +14,7 @@ plugins {
android {
buildFeatures {
aidl = true
+ buildConfig = true
}
namespace = "de.blinkt.openvpn"
compileSdk = 35