-
Notifications
You must be signed in to change notification settings - Fork 0
Libraries
Efra Espada edited this page Mar 31, 2018
·
1 revision
By the moment only Android libraries are available:
// gradle
def rotor_version = "0.1.0"
dependencies {
implementation ("com.rotor:core:$rotor_version@aar") {
transitive = true
}
implementation ("com.rotor:database:$rotor_version@aar") {
transitive = true
}
}