Created
August 11, 2022 21:03
-
-
Save criminact/d241e5a2ab78450b2f229ef1588005c5 to your computer and use it in GitHub Desktop.
OTPView - How to include in android project
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
| dependencyResolutionManagement { | |
| ... | |
| repositories { | |
| ... | |
| maven { url 'https://jitpack.io' } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment