We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e02496 commit f68b4bcCopy full SHA for f68b4bc
packages/image/platforms/android/include.gradle
@@ -11,7 +11,7 @@ dependencies {
11
def glideTransformationsVersion = project.hasProperty("glideTransformationsVersion") ? project.glideTransformationsVersion : "4.3.0"
12
def glideOkHttpVersion = project.hasProperty("glideOkHttpVersion") ? project.glideOkHttpVersion : "4.11.0"
13
14
- def androidXAppCompatVersion = "${ns_default_androidx_appcompat_version}"
+ def androidXAppCompatVersion = "1.1.0"
15
if (project.hasProperty("androidXAppCompat")) {
16
androidXAppCompatVersion = androidXAppCompat
17
outLogger.withStyle(Style.SuccessHeader).println "\t + using android X library androidx.appcompat:appcompat:$androidXAppCompatVersion"
0 commit comments