mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-28 09:58:34 +01:00
21 lines
447 B
Groovy
21 lines
447 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 26
|
|
|
|
|
|
defaultConfig {
|
|
minSdkVersion 8
|
|
targetSdkVersion 26
|
|
versionCode 1
|
|
versionName "1.0"
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.josesamuel:remoter-annotations:1.2.0'
|
|
annotationProcessor 'com.josesamuel:remoter:1.2.0'
|
|
implementation 'org.parceler:parceler-api:1.1.12'
|
|
annotationProcessor 'org.parceler:parceler:1.1.12'
|
|
}
|