Skip to content

Instantly share code, notes, and snippets.

@criminact
Created August 11, 2022 21:03
Show Gist options
  • Select an option

  • Save criminact/d241e5a2ab78450b2f229ef1588005c5 to your computer and use it in GitHub Desktop.

Select an option

Save criminact/d241e5a2ab78450b2f229ef1588005c5 to your computer and use it in GitHub Desktop.
OTPView - How to include in android project
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