From cd8bda4b31ab169d5f583a0bfd7ffb7fbc0e541c Mon Sep 17 00:00:00 2001 From: sjjeong Date: Fri, 21 Feb 2020 02:05:44 +0900 Subject: [PATCH] update libarry version 0.5.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 74ff2ed..0ad5a9e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official GROUP=com.dino.library -VERSION_NAME=0.4.0 +VERSION_NAME=0.5.0 DEVELOPER_ID='sjjeong1225' DEVELOPER_NAME='dino' SITE_URL='https://github.com/sjjeong/SimpleRecyclerView'