From f49ab92bed4e639eeedd15b9a99229035f7ddbbb Mon Sep 17 00:00:00 2001 From: sjjeong Date: Thu, 23 Apr 2020 01:36:56 +0900 Subject: [PATCH] update libarry version 0.6.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4cc7ecd..27dcbd2 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.5.1 +VERSION_NAME=0.6.0 DEVELOPER_ID='sjjeong1225' DEVELOPER_NAME='dino' SITE_URL='https://github.com/sjjeong/SimpleRecyclerView'