We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e157f52 commit e606fb9Copy full SHA for e606fb9
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## Version 3.15.2
4
+
5
+### Date: 31-July-2024
6
7
+- Taxonomy Support
8
9
+---
10
11
## Version 3.15.1
12
13
### Date: 24-June-2024
contentstack/build.gradle
@@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true
mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT)
signAllPublications()
- coordinates("com.contentstack.sdk", "android", "3.15.1")
+ coordinates("com.contentstack.sdk", "android", "3.15.2")
14
15
pom {
16
name = "contentstack-android"
0 commit comments