Broken version in Jitpack
Hello Could you please rebuild latest 1.2.3 version on Jitpack because it deleted artifacts? https://jitpack.io/com/github/SmartToolFactory/Compose-BeforeAfter/1.2.3/Compose-BeforeAfter-1.2.3.aar
Hi, I had the same problem. Since rebuilding the artifact can only be done by the owner, I had to resort to using the commit id.
before-after_compose = { group = "com.github.SmartToolFactory", name = "Compose-BeforeAfter", version = "e7d2abac6b" }
The real solution would be remove the tag 1.2.3 and then retag the same commit. This would start a new build in Jitpack that would produce artifacts.
Thank you man, will try it.
@SmartToolFactory could you also remove the tag and tag the same commit again, so atleast the version's artifact is generated. Thank you!