Skip to content

Commit 72cbc55

Browse files
committed
[Android] informs NDK version in gradle file
The newer versions of Gradle requires us to explicitly inform the NDK version we use.
1 parent 630d89a commit 72cbc55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ else {
1010
android {
1111
namespace "com.nesbox.tic"
1212
compileSdkVersion 31
13+
ndkVersion "23.2.8568313"
1314
defaultConfig {
1415
if (buildAsApplication) {
1516
applicationId "com.nesbox.tic"

0 commit comments

Comments
 (0)