From a28cf419dd397500f7dbf9fbb23a6492d3dbb9b1 Mon Sep 17 00:00:00 2001 From: doomsdayrs Date: Sun, 23 May 2021 16:28:59 -0400 Subject: [PATCH] Version bump to 4.0.0 --- bubbleseekbar/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubbleseekbar/build.gradle.kts b/bubbleseekbar/build.gradle.kts index 497b406..27f5973 100644 --- a/bubbleseekbar/build.gradle.kts +++ b/bubbleseekbar/build.gradle.kts @@ -3,7 +3,7 @@ plugins { kotlin("android") } -val VERSION_NAME = "3.20" +val VERSION_NAME = "4.0.0" android { compileSdkVersion(30)