We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468cb80 commit be1c293Copy full SHA for be1c293
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## Version 3.16.2
4
+
5
+### Date: 28-August-2024
6
7
+- Early access header test
8
9
+---
10
11
## Version 3.16.1
12
13
### Date: 21-August-2024
contentstack/build.gradle
@@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true
mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT)
signAllPublications()
- coordinates("com.contentstack.sdk", "android", "3.16.1")
+ coordinates("com.contentstack.sdk", "android", "3.16.2")
14
15
pom {
16
name = "contentstack-android"
0 commit comments