Hacker News new | ask | show | jobs
by ali_chherawalla 129 days ago
hey, yes. thanks just pushed that fix out
1 comments

Looks like the build requirements for SDK and NDK in the build instructions don't match the build.gradle.

-Android SDK (API 34)

-Android NDK r26

vs

compileSdkVersion = 36

targetSdkVersion = 36

ndkVersion = "27.1.12297006"

yup just updated. Thanks!