Skip to content

Commit cf3ab85

Browse files
authored
fix(ui-zoomimage): android build fix
1 parent 261788b commit cf3ab85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/zoomimage/platforms/android/include.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ repositories {
44
}
55

66
dependencies {
7-
def androidXAppCompatVersion = "${ns_default_androidx_appcompat_version}"
87
def androidXAppCompatVersion = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.1.0"
98
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
109
}

0 commit comments

Comments
 (0)