From d1fe310a5db609c315185769e516dd3f49e6d610 Mon Sep 17 00:00:00 2001 From: BONNEVILLE Geoffroy Date: Thu, 8 Nov 2018 15:06:51 +0100 Subject: [PATCH] Added README.md file with badges --- .idea/caches/build_file_checksums.ser | Bin 535 -> 535 bytes app/build.gradle | 4 +--- build.gradle | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 53da29d24f4856848837df8e01e2a457afcbe2bf..b368d702d184fff85055c9264a388c9ba6b14a60 100644 GIT binary patch delta 68 zcmV-K0K5N}1eXMmm<02r*Flk-cM$9O<@VdtZkzmT4RtU(>WPyh0Yw<8OICF6#x^U{ ay&F4zt5P;}01#|%V_|HQ@c|W+l>vf^sUKDV delta 68 zcmV-K0K5N}1eXMmm;~~x*jkaCcMz@&5=1yyP_+No@-(Q;# a%_@~b5E8p|01#|%V_|HQ@c|W+l>vgz@Eei< diff --git a/app/build.gradle b/app/build.gradle index 2ac68ad..fa711f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'com.android.application' -apply plugin: 'org.sonarqube' android { compileSdkVersion 28 @@ -40,8 +39,7 @@ dependencies { implementation 'net.danlew:android.joda:2.9.7' implementation 'com.android.support.constraint:constraint-layout:1.1.3' testImplementation 'junit:junit:4.12' - def appCenterSdkVersion = '1.5.1' + def appCenterSdkVersion = '1.9.0' implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}" implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" - implementation "com.microsoft.appcenter:appcenter-push:${appCenterSdkVersion}" } diff --git a/build.gradle b/build.gradle index f52016d..d28d618 100644 --- a/build.gradle +++ b/build.gradle @@ -31,3 +31,5 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir } + +apply plugin: 'org.sonarqube' \ No newline at end of file