Skip to content

Commit 62bc642

Browse files
committed
chore: move to latest sdks
1 parent fa444d8 commit 62bc642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
def cartoMobileVersion = project.hasProperty("cartoMobileVersion") ? project.cartoMobileVersion : "4.3.2"
2+
def cartoMobileVersion = project.hasProperty("cartoMobileVersion") ? project.cartoMobileVersion : "4.3.3"
33
implementation "com.carto:carto-mobile-sdk:$cartoMobileVersion@aar"
44
}

plugin/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'CartoMobileSDK', '4.3.1'
1+
pod 'CartoMobileSDK', '4.3.3'

0 commit comments

Comments
 (0)