mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-09 07:54:04 +08:00
Organizing a dependency
This commit is contained in:
parent
a0e4705452
commit
cf5b0bbf1d
@ -28,10 +28,12 @@ Please feel free to use this.
|
|||||||
```groovy
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
mavenCentral() // GPUImage for Android
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'jp.wasabeef:glide-transformations:1.0.0'
|
compile 'jp.wasabeef:glide-transformations:1.0.1'
|
||||||
|
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -16,5 +16,6 @@ buildscript {
|
|||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
mavenCentral()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,6 +53,8 @@ def getKeyAliasPasswordProperty() {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':transformations')
|
compile project(':transformations')
|
||||||
|
// compile 'jp.wasabeef:glide-transformations:1.0.1'
|
||||||
|
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
|
||||||
compile 'com.android.support:appcompat-v7:+'
|
compile 'com.android.support:appcompat-v7:+'
|
||||||
compile 'com.android.support:recyclerview-v7:21.+'
|
compile 'com.android.support:recyclerview-v7:21.+'
|
||||||
compile 'com.github.bumptech.glide:glide:3.+'
|
compile 'com.github.bumptech.glide:glide:3.+'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VERSION_NAME=1.0.0
|
VERSION_NAME=1.0.1
|
||||||
VERSION_CODE=3
|
VERSION_CODE=3
|
||||||
GROUP=jp.wasabeef
|
GROUP=jp.wasabeef
|
||||||
ARTIFACT_ID=glide-transformations
|
ARTIFACT_ID=glide-transformations
|
||||||
|
@ -17,6 +17,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.github.bumptech.glide:glide:3.4.0'
|
compile 'com.github.bumptech.glide:glide:3.4.0'
|
||||||
|
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
android.libraryVariants.all { variant ->
|
android.libraryVariants.all { variant ->
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user