1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-24 19:39:44 +08:00

Release 4.3.0 (#184)

* refactor: clean code

* update: gpuimage

* update: min sdk to 21

* refactor: remove support rs

* update: gradle plugin

* style: fix xml format

* update: update gradle properties

* release 4.2.1

* update: samples

* update: sample

* update:changelog

* remove comments

* change release version
This commit is contained in:
Daichi Furiya
2020-09-27 07:37:31 +09:00
committed by GitHub
parent 4b4f6b1ad4
commit 09e62054e9
26 changed files with 59 additions and 265 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
ext {
kotlin_version = '1.3.72'
glide_version = '4.11.0'
gpuimage_version = '2.0.4'
gpuimage_version = '2.1.0'
}
repositories {
@@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0-alpha10'
classpath 'com.android.tools.build:gradle:4.2.0-alpha12'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"