Achmad Fathullah
Results
1
comments of
Achmad Fathullah
The dependency fails because JitPack publishes the artifact with a lowercase artifactId. Simply change the coordinates from an uppercase “E” to lowercase: gradle // old (fails) implementation "com.github.simbiose:Encryption:2.0.1" // new...