Skip to content
Snippets Groups Projects
Commit 4a0d6642 authored by TacoTheDank's avatar TacoTheDank
Browse files

Update build.gradle

parent b7dbf6f6
No related branches found
No related tags found
No related merge requests found
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.1'
defaultConfig {
applicationId "org.xphnx.ameixa"
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 28
versionCode 57
versionName "3.1.7"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
/* lintOptions {
......@@ -24,10 +23,16 @@ android {
}
*/
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.0.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0-beta01'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment