Last active
March 11, 2021 16:05
-
-
Save dudego/ed691faf36332e7496d2fd5c9703d9f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
repositories { | |
maven { url 'https://jitpack.io' } | |
} | |
dependencies { | |
classpath 'com.github.simbiose:Encryption:2.0.1' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment