diff --git a/gradle.properties b/gradle.properties index 3b2e684c40a3e5efda7c28a1fbfe3c3497a6d7f2..b170d11b8f44ec92fa1736bff3a7fbcf02fbb88a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ org.gradle.daemon=true org.gradle.configureondemand=true -VERSION_NAME=4.8.0-SNAPSHOT +VERSION_NAME=4.7.1 VERSION_MAJOR=4 -VERSION_MINOR=8 -VERSION_PATCH=0 +VERSION_MINOR=7 +VERSION_PATCH=1 GROUP=com.github.bumptech.glide POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling.