Select Git revision
analysis_options.yaml
build.gradle 710 B
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
defaultConfig {
applicationId "org.xphnx.ameixa"
minSdkVersion 16
targetSdkVersion 25
versionCode 46
versionName "3.0.7"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
/* lintOptions {
checkReleaseBuilds false
abortOnError false
}
*/
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.0.1'
}