Remove Glide snapshot repository

This commit is contained in:
Eugene Cheung 2017-06-13 12:40:20 -04:00
commit 8a20f127a3

View file

@ -17,11 +17,6 @@ apply plugin: 'com.jakewharton.hugo'
repositories { repositories {
maven { url 'https://maven.fabric.io/public' } maven { url 'https://maven.fabric.io/public' }
maven {
name 'glide-snapshot'
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
} }
android { android {
@ -37,9 +32,9 @@ android {
renderscriptTargetApi 25 renderscriptTargetApi 25
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone" applicationId 'com.kabouzeid.gramophone'
versionCode 132 versionCode 132
versionName "0.15.0" versionName '0.15.0'
} }
buildTypes { buildTypes {
release { release {