LightningLauncher-TrianguloY/scripts/Sketch/app/build.gradle

24 lines
415 B
Groovy
Raw Normal View History

2018-12-15 18:23:26 +01:00
apply plugin: 'android'
android {
compileSdkVersion 25
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "net.pierrox.lightning_launcher.llscript.sketch"
minSdkVersion 8
targetSdkVersion 25
versionCode 5
versionName "2.0"
}
buildTypes {
release {
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}