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'