browserocto/app/build.gradle

25 lines
535 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "21.1.0"
defaultConfig {
applicationId "org.eu.octt.browserocto"
minSdkVersion 1
targetSdkVersion 29
versionCode 1
versionName "1.0.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
}