Changes in gradle.build

This commit is contained in:
2018-06-18 21:11:27 +02:00
parent 3d203f01f4
commit 01e2c2ef74

View File

@@ -10,7 +10,7 @@ android {
minSdkVersion 19
targetSdkVersion 27
versionCode 27
versionName "1.5.3"
versionName "1.6"
}
buildTypes {
release {
@@ -21,6 +21,13 @@ android {
}
}
sonarqube {
properties {
property "sonar.organization", "geogeob"
property "sonar.host.url", "https://sonarcloud.io"
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'