File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
android {
6
6
compileSdkVersion project. properties. compileSdkVersion. toInteger()
7
- ndkVersion project. properties. ndkVersion
7
+ ndkVersion = System . getenv( " JITPACK_NDK_VERSION " ) ?: project. properties. ndkVersion
8
8
9
9
dependencies {
10
10
implementation " androidx.annotation:annotation:1.2.0"
Original file line number Diff line number Diff line change
1
+ env :
2
+ JITPACK_NDK_VERSION : " 21.1.6352462"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
3
3
4
4
android {
5
5
compileSdkVersion project. properties. compileSdkVersion. toInteger()
6
- ndkVersion project. properties. ndkVersion
6
+ ndkVersion = System . getenv( " JITPACK_NDK_VERSION " ) ?: project. properties. ndkVersion
7
7
8
8
defaultConfig {
9
9
minSdkVersion project. properties. minSdkVersion. toInteger()
You can’t perform that action at this time.
0 commit comments