mirror of
https://github.com/status-im/status-keycard.git
synced 2025-01-12 06:44:34 +00:00
8 lines
155 B
Groovy
8 lines
155 B
Groovy
repositories {
|
|
mavenCentral()
|
|
maven { url 'https://jitpack.io' }
|
|
}
|
|
|
|
dependencies {
|
|
compile 'com.github.status-im.status-keycard-java:desktop:3.0.2'
|
|
} |