Skip to content

Commit

Permalink
Android: Downgrade gradle plugin to 3.5.3
Browse files Browse the repository at this point in the history
With the NDK installed locally, gradle plugin 3.6.0 seems to enforce
a specific older NDK version, and will fail building if you don't have
it installed with:

```
No version of NDK matched the requested version 20.0.5594570.
Versions available locally: 21.0.6113669
```

Upstream issue: gradle/gradle#12440
  • Loading branch information
akien-mga committed Apr 2, 2020
1 parent 058a0af commit ba2ec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/java/app/config.gradle
@@ -1,5 +1,5 @@
ext.versions = [
androidGradlePlugin: '3.6.0',
androidGradlePlugin: '3.5.3',
compileSdk : 29,
minSdk : 18,
targetSdk : 29,
Expand Down

0 comments on commit ba2ec53

Please sign in to comment.