Skip to content

Commit

Permalink
Adjust NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Jul 23, 2020
1 parent ceacb52 commit cbb63bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28

ndkVersion "21.1.6352462"
/* Set this to whatever version is installed on the GitHub build environment
and hope it works everywhere.
ndkVersion "21.1.6352462" */
ndkVersion "21.3.6528147"

defaultConfig {
applicationId "ch.bailu.aat"
Expand Down

0 comments on commit cbb63bc

Please sign in to comment.