Gradle build failing - cannot find metawear dependency

Hey all,

It looks like the dependency cannot be found when building in a clean environment.
Gradle parts:

        ivy {
            url "https://mbientlab.com/releases/ivyrep"
            layout "gradle"
        }

and

implementation 'com.mbientlab:metawear:3.4.0'

Failing reason:

> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
   > Could not resolve com.mbientlab:metawear:3.4.0.
     Required by:
         project :app
      > Skipped due to earlier error

Has anything changed to this approach?

Comments

  • Any insights on this please? This problem prevents our production and local development builds.

  • implementation 'com.mbientlab:metawear:3.8.2'
    
Sign In or Register to comment.