1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-07 06:44:05 +08:00

Update build.gradle

This commit is contained in:
Daichi Furiya 2020-09-24 18:49:48 +09:00 committed by GitHub
parent 074b6eef45
commit 4b4f6b1ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ ext {
publishedGroupId = 'jp.wasabeef' publishedGroupId = 'jp.wasabeef'
libraryName = 'glide-transformations' libraryName = 'glide-transformations'
artifact = 'glide-transformations' artifact = 'glide-transformations'
libraryDescription = 'Which provides simple Tranformations to Glide' libraryDescription = 'Which provides simple Transformations to Glide'
siteUrl = 'https://github.com/wasabeef/glide-transformations' siteUrl = 'https://github.com/wasabeef/glide-transformations'
gitUrl = 'https://github.com/wasabeef/glide-transformations.git' gitUrl = 'https://github.com/wasabeef/glide-transformations.git'
issueUrl = 'https://github.com/wasabeef/glide-transformations/issues' issueUrl = 'https://github.com/wasabeef/glide-transformations/issues'
@ -41,4 +41,4 @@ ext {
} }
apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/bintray-v1.gradle' apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/bintray-v1.gradle'
apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/install-v1.gradle' apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/install-v1.gradle'