You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/publish-module.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
5
5
ext {
6
6
PUBLISH_GROUP_ID='com.contentstack.sdk'
7
7
PUBLISH_ARTIFACT_ID='android'
8
-
PUBLISH_VERSION='3.12.0-SNAPSHOT'
8
+
PUBLISH_VERSION='3.12.1'
9
9
POM_NAME='contentstack-android'
10
10
WEBSITE='http://www.contentstack.com'
11
11
PUBLISH_DESCRIPTION='The Content Delivery SDK is used to retrieve content from your Contentstack account and deliver it to your web or mobile properties.'
0 commit comments