LightningLauncher-TrianguloY/scripts/LightningBlocks/app/build.gradle
2018-12-15 18:23:26 +01:00

21 lines
403 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "net.pierrox.lightning_launcher.llscript.blocks"
minSdkVersion 8
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
buildTypes {
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}