1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-25 11:59:49 +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

@@ -7,9 +7,6 @@ android {
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
renderscriptTargetApi TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true
consumerProguardFiles 'proguard-rules.txt'
}
}