LightningLauncher-TrianguloY/app/llx/plugin-api/build.gradle
SVolf 836d879a4f Increased minsdk (14->26) and targetSdk (28->33)
- Removed obsolete sdk checks
2023-09-24 12:31:01 +02:00

20 lines
433 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdk 33
defaultConfig {
minSdk 26
targetSdk 33
}
namespace 'net.pierrox.lightning_launcher.plugin'
}
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'
}