I tried to add the library to the demo android project from the current repo and got an error. It also not importing into my project. Could you please help me with it?
I replaced
implementation(project(":library"))
with
implementation("com.otaliastudios.opengl:egloo-android:0.5.3")
error:
`Could not determine the dependencies of task ':app:compileDevDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:devDebugCompileClasspath'.
Could not resolve com.otaliastudios.opengl:egloo-android:0.5.3.
Required by:
project :app
Unable to find a matching variant of com.otaliastudios.opengl:egloo-android:0.5.3:
Hello!
I tried to add the library to the demo android project from the current repo and got an error. It also not importing into my project. Could you please help me with it?
I replaced
implementation(project(":library"))
withimplementation("com.otaliastudios.opengl:egloo-android:0.5.3")
error: `Could not determine the dependencies of task ':app:compileDevDebugJavaWithJavac'.
`