diff --git a/gradle.properties b/gradle.properties index 2484cafab2..7b7199a6a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ org.gradle.daemon=true org.gradle.configureondemand=true -VERSION_NAME=4.6.1 +VERSION_NAME=4.7.0 VERSION_MAJOR=4 -VERSION_MINOR=6 -VERSION_PATCH=1 +VERSION_MINOR=7 +VERSION_PATCH=0 GROUP=com.github.bumptech.glide POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling.