Skip to content

Commit

Permalink
Use official release for app center
Browse files Browse the repository at this point in the history
  • Loading branch information
achocron committed Nov 13, 2017
1 parent 60cbdd0 commit d255fa4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ android {
}
}

repositories {
maven {
url "https://dl.bintray.com/vsappcenter/appcenter-snapshot"
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
Expand All @@ -33,7 +27,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:26.+'
compile 'com.android.support:design:26.+'
testCompile 'junit:junit:4.12'
def appCenterSdkVersion = '1.0.0-0+166f65d'
def appCenterSdkVersion = '1.0.0'
compile "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
compile "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
}

0 comments on commit d255fa4

Please sign in to comment.