Fixed: Use ndkVersion specified in project properties or $JITPACK_NDK_VERSION env variable for termux-shared library

This commit is contained in:
agnostic-apollo
2025-05-30 12:06:20 +05:00
parent c6e2ca7fde
commit 9d2ac14557

View File

@@ -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"