Integration with MS AppCenter

This commit is contained in:
BONNEVILLE Geoffroy
2018-02-23 16:29:48 +01:00
parent 11a32dfa85
commit d0c807a200
2 changed files with 11 additions and 0 deletions

View File

@@ -31,4 +31,7 @@ dependencies {
implementation 'net.danlew:android.joda:2.9.7'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
def appCenterSdkVersion = '1.3.0'
compile "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
compile "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
}