File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
packages/image/platforms/android Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,9 @@ dependencies {
66 def glideCompilerVersion = project. hasProperty(" glideCompilerVersion" ) ? project. glideCompilerVersion : " 4.16.0"
77 def glideTransformationsVersion = project. hasProperty(" glideTransformationsVersion" ) ? project. glideTransformationsVersion : " 4.3.0"
88 def glideOkHttpVersion = project. hasProperty(" glideOkHttpVersion" ) ? project. glideOkHttpVersion : " 4.11.0"
9+ def androidXAppCompatVersion = project. hasProperty(" androidXAppCompat" ) ? project. androidXAppCompat : " 1.1.0"
910
10- def androidXAppCompatVersion = " 1.1.0"
11- if (project. hasProperty(" androidXAppCompat" )) {
12- androidXAppCompatVersion = androidXAppCompat
13- outLogger. withStyle(Style.SuccessHeader ). println " \t + using android X library androidx.appcompat:appcompat:$androidXAppCompatVersion "
14- }
1511 implementation " androidx.appcompat:appcompat:$androidXAppCompatVersion "
16-
17-
1812 implementation " com.github.bumptech.glide:glide:$glideVersion "
1913 annotationProcessor " com.github.bumptech.glide:compiler:$glideCompilerVersion "
2014 implementation " jp.wasabeef:glide-transformations:$glideTransformationsVersion "
You can’t perform that action at this time.
0 commit comments