Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 248 Bytes

ApkSdk.md

File metadata and controls

6 lines (6 loc) · 248 Bytes

#Apk Sdk dependencies {     def appCenterSdkVersion = '1.11.2'     implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"     implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}" }