You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
354 B
Groovy
12 lines
354 B
Groovy
dependencies {
|
|
// logback
|
|
compile 'com.github.tony19:logback-android:1.1.1-9'
|
|
compile 'org.slf4j:slf4j-api:1.7.21'
|
|
// android-permissions
|
|
compile('com.intentfilter:android-permissions:0.1.7') {
|
|
exclude group: 'com.android.support', module: 'appcompat-v7'
|
|
}
|
|
// promises
|
|
compile 'com.github.jparkie:promise:1.0.3'
|
|
}
|