mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -04:00
Changes in gradle.build
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user