mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-10-04 18:03:21 +08:00
Release 4.2.0 (#183)
* format * update copyright * remove -android.namespacedRClass * update compile&target sdk version to 30 * update dependencies * update gitignore * update samples dependencies * update signinconfig * bump up to 4.2.0 * bump up to 4.2.0
This commit is contained in:
@@ -17,19 +17,13 @@ org.gradle.caching=true
|
||||
android.enableBuildCache=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# Use R8 instead of ProGuard for code shrinking.
|
||||
android.enableR8=true
|
||||
android.enableR8.fullMode=true
|
||||
|
||||
# Enable rudimentary R class namespacing where each library only contains
|
||||
# references to the resources it declares instead of declarations plus all
|
||||
# transitive dependency references.
|
||||
android.namespacedRClass=true
|
||||
|
||||
VERSION_NAME=4.1.0
|
||||
VERSION_NAME=4.2.0
|
||||
VERSION_CODE=420
|
||||
GROUP=jp.wasabeef
|
||||
|
||||
COMPILE_SDK_VERSION=28
|
||||
TARGET_SDK_VERSION=28
|
||||
MIN_SDK_VERSION=14
|
||||
COMPILE_SDK_VERSION=30
|
||||
TARGET_SDK_VERSION=30
|
||||
MIN_SDK_VERSION=14
|
||||
|
Reference in New Issue
Block a user