-
Notifications
You must be signed in to change notification settings - Fork 3
[1] Setup
Sven Braune edited this page Nov 14, 2022
·
3 revisions
buildscript {
repositories {
maven { url 'https://jitpack.io' }
}
}
...
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
implementation "com.github.SchwarzIT.crystal-map:crystal-map-api:$latest_version"
kapt 'com.github.SchwarzIT.crystal-map:crystal-map-processor:${latest_version}'
//optional CouchbaseLite Connector
implementation "com.github.SchwarzIT.crystal-map:crystal-map-couchbase-connector:${latest_version}@aar"