diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 53da29d..b368d70 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ 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