You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use onyxsdk-pen, which uses onyxsdk-base
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not find pub.devrel:easypermissions:0.2.1.
Required by:
project :app > com.onyx.android.sdk:onyxsdk-base:1.6.19
> Could not find com.tencent:mmkv:1.0.19.
Required by:
project :app > com.onyx.android.sdk:onyxsdk-base:1.6.19
The text was updated successfully, but these errors were encountered:
Now in android studio, it gives a hint to replace this:
However, mavenCentral does not contain those two dependencies. (It contains newer versions, but not those old versions.)
So basically, make sure that jcenter() is present in the gradle file.
Hello,
I'm trying to use onyxsdk-pen, which uses onyxsdk-base
The text was updated successfully, but these errors were encountered: