diff --git a/termux-shared/build.gradle b/termux-shared/build.gradle index 3710035e..30e95362 100644 --- a/termux-shared/build.gradle +++ b/termux-shared/build.gradle @@ -3,6 +3,7 @@ apply plugin: 'maven-publish' android { compileSdkVersion project.properties.compileSdkVersion.toInteger() + ndkVersion = System.getenv("JITPACK_NDK_VERSION") ?: project.properties.ndkVersion dependencies { implementation "androidx.appcompat:appcompat:1.3.1"