particle-iot / particle-android

Particle Open Source for Android
Apache License 2.0
37 stars 38 forks source link

Can't use the latest versions of cloudsdk (1.0.0) and device-setup(0.6.3) #89

Open brady-aiello opened 4 years ago

brady-aiello commented 4 years ago

When using both libraries of these versions:

implementation 'io.particle:cloudsdk:1.0.0'
implementation 'io.particle:devicesetup:0.6.3'

This creates a duplicate class exception:

Duplicate class io.particle.android.sdk.utils.CoreNameGenerator found in modules jetified-cloudsdk-1.0.0-runtime.jar (io.particle:cloudsdk:1.0.0) and jetified-devicesetup-0.6.3-runtime.jar (io.particle:devicesetup:0.6.3)

It stems from this commit 2 weeks ago: https://github.com/particle-iot/particle-android/commit/f30afcda7828bb20ef591adba19dee4c2ee88729#diff-a581a7820f8e9feca1ef7468a402b4dd

Is this expected? Will the device-setup SDK also have a 1.0.0 release soon to complement the cloud sdk?