From a65af17fe2ce0038e192bbd7eed2323b799a5c04 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 20 Aug 2024 15:21:40 +0530 Subject: [PATCH] chore: version bump done need to add changelog --- contentstack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentstack/build.gradle b/contentstack/build.gradle index f15adf45..ca63fb19 100755 --- a/contentstack/build.gradle +++ b/contentstack/build.gradle @@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true mavenPublishing { publishToMavenCentral(SonatypeHost.DEFAULT) signAllPublications() - coordinates("com.contentstack.sdk", "android", "3.16.0") + coordinates("com.contentstack.sdk", "android", "4.0.0") pom { name = "contentstack-android"