Merge branch 'master' of ssh://wismna.com:5022/volume1/sources/donext

This commit is contained in:
BONNEVILLE Geoffroy
2018-11-07 17:39:24 +01:00
12 changed files with 25 additions and 71 deletions

View File

@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'org.sonarqube'
android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 19
targetSdkVersion 27
targetSdkVersion 28
versionCode 27
versionName "1.6"
}
@@ -30,15 +30,14 @@ sonarqube {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:percent:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:customtabs:27.1.1'
implementation 'com.google.android.gms:play-services-ads:15.0.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:percent:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:customtabs:28.0.0'
implementation 'net.danlew:android.joda:2.9.7'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
def appCenterSdkVersion = '1.5.1'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"