Skip to content

Commit 145269a

Browse files
authored
fix(android): build fix
1 parent 68b66b4 commit 145269a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/image/platforms/android/include.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)