Unable to Build Android Native Project

Hi,

I am using below project to build android application using JMonkeyEngine -

But I am getting below error while gradle build. Also Please let me know step to use JMonkeyEngine in Android Native

Error:A problem occurred configuring project ‘:app’.

Could not resolve all dependencies for configuration ‘:app:_debugCompile’.
Could not resolve com.github.jMonkeyEngine.jmonkeyengine:jme3-jbullet:v3.2.1-stable.
Required by:
Simple-jME-Android-master:app:unspecified > com.github.jMonkeyEngine:jmonkeyengine:v3.2.1-stable
Simple-jME-Android-master:app:unspecified > com.github.jMonkeyEngine:jmonkeyengine:v3.2.1-stable > com.github.jMonkeyEngine.jmonkeyengine:jme3-examples:v3.2.1-stable

Could not resolve com.github.jMonkeyEngine.jmonkeyengine:jme3-jbullet:v3.2.1-stable.
Could not parse POM https://jitpack.io/com/github/jMonkeyEngine/jmonkeyengine/jme3-jbullet/v3.2.1-stable/jme3-jbullet-v3.2.1-stable.pom
Unable to resolve version for dependency ‘jbullet:jbullet:jar’
Could not find org.ejml:core:0.27.

Is jME’s jBullet dependency in your build file?