From dfbfeb3fa3b40b5b9739e7dda59e2678c4e16adc Mon Sep 17 00:00:00 2001 From: tenzap Date: Wed, 25 Jan 2023 09:08:11 +0100 Subject: [PATCH] remove ndk version specified in KP2ASoftkeyboard_AS/app/build.gradle Partially reverts 4b3f6657a837f8df240612497b81457993ab4c90 --- src/java/KP2ASoftkeyboard_AS/app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/java/KP2ASoftkeyboard_AS/app/build.gradle b/src/java/KP2ASoftkeyboard_AS/app/build.gradle index d2427553..128926d5 100644 --- a/src/java/KP2ASoftkeyboard_AS/app/build.gradle +++ b/src/java/KP2ASoftkeyboard_AS/app/build.gradle @@ -3,8 +3,6 @@ android { compileSdkVersion 23 buildToolsVersion '28.0.3' - ndkVersion '21.0.6113669' - defaultConfig { minSdkVersion 18 } @@ -23,4 +21,4 @@ android { } dependencies { -} \ No newline at end of file +}