Skip to content

Commit cbb63bc

Browse files
committed
Adjust NDK version
1 parent ceacb52 commit cbb63bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion 28
55

6-
ndkVersion "21.1.6352462"
6+
/* Set this to whatever version is installed on the GitHub build environment
7+
and hope it works everywhere.
8+
ndkVersion "21.1.6352462" */
9+
ndkVersion "21.3.6528147"
710

811
defaultConfig {
912
applicationId "ch.bailu.aat"

0 commit comments

Comments
 (0)