mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-12-24 19:39:44 +08:00
4.1.0 (#163)
* update gradle wrapper * update Copyright * update kotlin version * update glide * update Copyright * refactor to be simply * add CircleCropWithBorder to sample * code cleanup * add px to dp convert * update gradle * update idea settings * bump up to 4.1.0 * update readme
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.3.0'
|
||||
glide_version = '4.8.0'
|
||||
kotlin_version = '1.3.41'
|
||||
glide_version = '4.9.0'
|
||||
gpuimage_version = '2.0.3'
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.0-alpha04'
|
||||
classpath 'com.android.tools.build:gradle:3.6.0-alpha05'
|
||||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
Reference in New Issue
Block a user