Skip to content

Commit 9d2ac14

Browse files
Fixed: Use ndkVersion specified in project properties or $JITPACK_NDK_VERSION env variable for termux-shared library
1 parent c6e2ca7 commit 9d2ac14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

termux-shared/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'maven-publish'
33

44
android {
55
compileSdkVersion project.properties.compileSdkVersion.toInteger()
6+
ndkVersion = System.getenv("JITPACK_NDK_VERSION") ?: project.properties.ndkVersion
67

78
dependencies {
89
implementation "androidx.appcompat:appcompat:1.3.1"

0 commit comments

Comments
 (0)