File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44env :
55 ANDROID_SDK_TOOLS : " 6514223"
6- ANDROID_NDK : " 21.2.6472646 "
6+ ANDROID_NDK : " 21.3.6528147 "
77 ANDROID_CMAKE : " 3.10.2.4988404"
88 TARBALL_CACHE_KEY : " tarballs-key-3"
99
Original file line number Diff line number Diff line change 66
77env :
88 ANDROID_SDK_TOOLS : " 6514223"
9- ANDROID_NDK : " 21.2.6472646 "
9+ ANDROID_NDK : " 21.3.6528147 "
1010 ANDROID_CMAKE : " 3.10.2.4988404"
1111
1212jobs :
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Debug build of sample application is available in [Releases Page](https://github
7979* Meson Build system (version 0.54.2 or newer)
8080* pkg-config
8181* CMake-3.10.2
82- * ndk-21.2.6472646
82+ * ndk-21.3.6528147
8383* gettext
8484* gperf
8585
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android {
2020 universalApk true
2121 }
2222 }
23- ndkVersion " 21.2.6472646 "
23+ ndkVersion " 21.3.6528147 "
2424}
2525
2626dependencies {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141 path " src/main/cpp/CMakeLists.txt"
4242 version " 3.10.2"
4343 }
44- ndkVersion " 21.2.6472646 "
44+ ndkVersion " 21.3.6528147 "
4545}
4646
4747dependencies {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ android {
5959 assets. srcDirs + = " ${ projectDir} /../dependency-builder/build/includeTheseInDownstreamAAR/debug/assets/" + ( project. hasProperty(' abi' ) ? project. property(' abi' ) : " x86_64" )
6060 }
6161 }
62- ndkVersion " 21.2.6472646 "
62+ ndkVersion " 21.3.6528147 "
6363}
6464
6565task sourceJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments