We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceacb52 commit cbb63bcCopy full SHA for cbb63bc
app/build.gradle
@@ -3,7 +3,10 @@ apply plugin: 'com.android.application'
3
android {
4
compileSdkVersion 28
5
6
- ndkVersion "21.1.6352462"
+ /* 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"
10
11
defaultConfig {
12
applicationId "ch.bailu.aat"
0 commit comments