File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 4.4.0
4+
5+ ### Date: 20-Jul-2026
6+
7+ ### Feature
8+
9+ - Branch support in entry variants
10+
311## Version 4.3.0
412
513### Date: 29-Jun-2026
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77ext {
88 PUBLISH_GROUP_ID = ' com.contentstack.sdk'
99 PUBLISH_ARTIFACT_ID = ' android'
10- PUBLISH_VERSION = ' 4.3 .0'
10+ PUBLISH_VERSION = ' 4.4 .0'
1111}
1212
1313android {
@@ -145,6 +145,10 @@ dependencies {
145145 }
146146 }
147147 }
148+ // androidx.test/espresso pull bcprov-jdk18on 1.80 (test-only); force the patched
149+ // release for Snyk SNYK-JAVA-ORGBOUNCYCASTLE-16074612 (CVE-2026-5598, Timing Attack)
150+ // and SNYK-JAVA-ORGBOUNCYCASTLE-16075266 (CVE-2025-14813). Not shipped in the AAR.
151+ configurations. configureEach { resolutionStrategy. force ' org.bouncycastle:bcprov-jdk18on:1.85' }
148152 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
149153 implementation " com.android.volley:volley:$volley "
150154
You can’t perform that action at this time.
0 commit comments