Remove Glide snapshot repository
This commit is contained in:
parent
7f3aedd93c
commit
8a20f127a3
1 changed files with 2 additions and 7 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue