We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ndkVersion
$JITPACK_NDK_VERSION
termux-shared
1 parent c6e2ca7 commit 9d2ac14Copy full SHA for 9d2ac14
termux-shared/build.gradle
@@ -3,6 +3,7 @@ apply plugin: 'maven-publish'
3
4
android {
5
compileSdkVersion project.properties.compileSdkVersion.toInteger()
6
+ ndkVersion = System.getenv("JITPACK_NDK_VERSION") ?: project.properties.ndkVersion
7
8
dependencies {
9
implementation "androidx.appcompat:appcompat:1.3.1"
0 commit comments