The repository is listed as offgrid-mobile everywhere on that page but is off-grid-mobile.
So the lastest releases is at https://github.com/alichherawalla/off-grid-mobile/releases/l...
And the clone would be: git clone https://github.com/alichherawalla/off-grid-mobile.git
hey, yes. thanks just pushed that fix out
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!