diff --git a/gradle.properties b/gradle.properties index 4203eb0..5af4e34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true GROUP=com.github.venson1992 -BUILD_VERSION=0.0.3 -BUILD_VERSION_INT=3 +BUILD_VERSION=0.0.4 +BUILD_VERSION_INT=4 BUILD_TOOLS_VERSION=30.0.3 COMPILE_SDK_VERSION=31 MIN_SDK_VERSION=17