Skip to content
Snippets Groups Projects
build.gradle 96 B
Newer Older
repositories {
    mavenCentral()
}

dependencies {
    api 'org.briarproject:null-safety:0.1'
}