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 bf55742 commit c4e4306Copy full SHA for c4e4306
android/build.gradle
@@ -17,7 +17,7 @@ def safeExtGet(prop, fallback) {
17
def _excludeAppGlideModule = safeExtGet("excludeAppGlideModule", false)
18
def _buildToolsVersion = safeExtGet("buildToolsVersion", "28.0.3")
19
def _compileSdkVersion = safeExtGet("compileSdkVersion", 28)
20
-def _glideVersion = safeExtGet("glideVersion", "4.9.0")
+def _glideVersion = safeExtGet("glideVersion", "4.11.0")
21
def _minSdkVersion = safeExtGet("minSdkVersion", 16)
22
def _reactNativeVersion = safeExtGet("reactNative", "+")
23
def _targetSdkVersion = safeExtGet("targetSdkVersion", 28)
0 commit comments