Skip to content

Commit

Permalink
fix: Bump Glide version number to v4.11.0. (#649)
Browse files Browse the repository at this point in the history
Fixes #536
  • Loading branch information
rtroncoso committed Mar 12, 2020
1 parent bf55742 commit c4e4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def safeExtGet(prop, fallback) {
def _excludeAppGlideModule = safeExtGet("excludeAppGlideModule", false)
def _buildToolsVersion = safeExtGet("buildToolsVersion", "28.0.3")
def _compileSdkVersion = safeExtGet("compileSdkVersion", 28)
def _glideVersion = safeExtGet("glideVersion", "4.9.0")
def _glideVersion = safeExtGet("glideVersion", "4.11.0")
def _minSdkVersion = safeExtGet("minSdkVersion", 16)
def _reactNativeVersion = safeExtGet("reactNative", "+")
def _targetSdkVersion = safeExtGet("targetSdkVersion", 28)
Expand Down

0 comments on commit c4e4306

Please sign in to comment.