klaxit / hidden-secrets-gradle-plugin

🔒 Deeply hide secrets on Android
MIT License
395 stars 40 forks source link

Could not find com.klaxit.hiddensecrets:HiddenSecretsPlugin:X.Y.Z. #23

Closed houmie closed 3 years ago

houmie commented 3 years ago

This seems like a great project.

I have tried to install it both the legacy and modern way. And both fail:

Legacy:

> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.klaxit.hiddensecrets:HiddenSecretsPlugin:X.Y.Z.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/klaxit/hiddensecrets/HiddenSecretsPlugin/X.Y.Z/HiddenSecretsPlugin-X.Y.Z.pom
       - https://jcenter.bintray.com/com/klaxit/hiddensecrets/HiddenSecretsPlugin/X.Y.Z/HiddenSecretsPlugin-X.Y.Z.pom
       - https://adcolony.bintray.com/AdColony/com/klaxit/hiddensecrets/HiddenSecretsPlugin/X.Y.Z/HiddenSecretsPlugin-X.Y.Z.pom
       - https://dl.bintray.com/ironsource-mobile/android-sdk/com/klaxit/hiddensecrets/HiddenSecretsPlugin/X.Y.Z/HiddenSecretsPlugin-X.Y.Z.pom
       - https://plugins.gradle.org/m2/com/klaxit/hiddensecrets/HiddenSecretsPlugin/X.Y.Z/HiddenSecretsPlugin-X.Y.Z.pom
     Required by:
         project :

I also changed it to the tag:

classpath "com.klaxit.hiddensecrets:HiddenSecretsPlugin:1.0.0"

Which leads to:

   > Could not find com.klaxit.hiddensecrets:HiddenSecretsPlugin:1.0.0.

What am I missing please?

ghost commented 3 years ago

The latest version is 0.1.0, not 1.0.0

houmie commented 3 years ago

Yes, that was it. Thank you. The tag version misled me.