Added README.md file with badges

This commit is contained in:
BONNEVILLE Geoffroy
2018-11-08 15:06:51 +01:00
parent f9282906d4
commit d1fe310a5d
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -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}"
}

View File

@@ -31,3 +31,5 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
apply plugin: 'org.sonarqube'