From 87a07a81a4d7542b266a4f70f0aafca9348e1660 Mon Sep 17 00:00:00 2001 From: Craig Russell Date: Mon, 20 Apr 2020 12:05:13 +0100 Subject: [PATCH] Add explicit NDK version to keep CI stable and happy --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 7b36c8d6a097..df5a19712903 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,6 +11,7 @@ ext { android { compileSdkVersion 28 + ndkVersion '21.0.6113669' defaultConfig { applicationId "com.duckduckgo.mobile.android" minSdkVersion 21