Sentry-android-gradle-plugin not found

I followed the instructions for Gradle integration but upon building I get:

Error:Could not find io.sentry:sentry-android-gradle-plugin:1.0.0.
Searched in the following locations:
    file:/C:/Android/Android Studio 3.0/gradle/m2repository/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.pom
    file:/C:/Android/Android Studio 3.0/gradle/m2repository/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.jar
    file:/C:/Users/Olivier/.m2/repository/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.pom
    file:/C:/Users/Olivier/.m2/repository/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.jar
    https://jcenter.bintray.com/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.pom
    https://jcenter.bintray.com/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.jar
    https://maven.google.com/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.pom
    https://maven.google.com/io/sentry/sentry-android-gradle-plugin/1.0.0/sentry-android-gradle-plugin-1.0.0.jar
Required by:
    project :

Sorry about that Olivier,

Two things:

  1. We just released the Proguard support about an hour ago, so the Maven mirrors are still syncing (I don’t see it coming up on search yet, it seems to take a few hours).
  2. I updated our docs but they are still deploying, the actual release for now will be 1.0.0-beta (once it has synced)

Sorry about that, you got lucky by trying this today right as we published the first release. :frowning:

Brett

Thanks. It worked now; at least it compiled.

By the way, do you know if this plugin will also work with DexGuard? I would think so but it would be nice if you could check.

We did not try it but the format should be compatible. You might have to manually inject our sentry-cli tool into the build process however.