summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2026-03-17 00:04:48 +0100
committercyberta <cyberta@riseup.net>2026-03-26 13:59:28 +0100
commitb250f4ebe4418b0fc570864110246c7dfe1cefb9 (patch)
treedf882cf87bfbf49dc39923e25b9e88b7fe584458 /app
parent148e7dc4496862ce54620a509221b7bf3e82191d (diff)
update ndkVersion to ndk 28
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3129bc16..efeb63a6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,7 +4,7 @@ import java.util.regex.Pattern
apply plugin: 'com.android.application'
android {
- ndkVersion "21.4.7075529"
+ ndkVersion "28.2.13676358"
namespace = "se.leap.bitmaskclient"
compileOptions {