Cannot use the renamed org.deepspeech package from Bintray

Hi,

the last maven package on Bintray that my Android Studio correctly uses (using Gradle) is 0.9.2. For the renamed packages

implementation ‘org.deepspeech:libdeepspeech:0.9.3’
implementation ‘org.deepspeech:libdeepspeech:0.10.0-alpha.3’

I get

Failed to resolve: org.deepspeech:libdeepspeech:0.9.3
Failed to resolve: org.deepspeech:libdeepspeech:0.10.0-alpha.3

Tried in the demo app. I guess it is not a problem right now as I do not see much difference in the packages, however it could be in future. Did anyone else encounter and solve this?

Thanks

I think @reuben did rename the namespace in the package, but have not yet updated the package upload code path, so it’s still uploaded to the previous entry.

@lissyx is right, that’s exactly what I did. It should hopefully be available now under the new namespace here: https://bintray.com/deepspeech-ci/org.deepspeech/libdeepspeech

Sorry for the confusing title, in fact the Bintray packages are all right, as can by confirmed by adding to repositories

    maven {
      //  url 'https://dl.bintray.com/alissy/org.mozilla.deepspeech'
        url 'https://dl.bintray.com/deepspeech-ci/org.deepspeech'
    }

The new package is missing on JCenter.

Yeah, I’ve requested inclusion there, but I guess it takes a while. Haven’t received any confirmation message yet. Hopefully it should be available soon-ish.