mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Added README.md file with badges
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user