Skip to content

Commit f68b4bc

Browse files
author
farfromrefug
committed
fix(android): build fix
1 parent 0e02496 commit f68b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
def glideTransformationsVersion = project.hasProperty("glideTransformationsVersion") ? project.glideTransformationsVersion : "4.3.0"
1212
def glideOkHttpVersion = project.hasProperty("glideOkHttpVersion") ? project.glideOkHttpVersion : "4.11.0"
1313

14-
def androidXAppCompatVersion = "${ns_default_androidx_appcompat_version}"
14+
def androidXAppCompatVersion = "1.1.0"
1515
if (project.hasProperty("androidXAppCompat")) {
1616
androidXAppCompatVersion = androidXAppCompat
1717
outLogger.withStyle(Style.SuccessHeader).println "\t + using android X library androidx.appcompat:appcompat:$androidXAppCompatVersion"

0 commit comments

Comments
 (0)