We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edc73f commit d25e332Copy full SHA for d25e332
plugin/platforms/android/include.gradle
@@ -11,6 +11,6 @@ repositories {
11
dependencies {
12
// def cartoMobileVersion = project.hasProperty("cartoMobileVersion") ? project.cartoMobileVersion : "4.3.3"
13
// implementation "com.carto:carto-mobile-sdk:$cartoMobileVersion@aar"
14
- compile(name:'carto-mobile-sdk-4.4.1-rc.1', ext:'aar')
+ implementation(name:'carto-mobile-sdk-4.4.2-rc.1', ext:'aar')
15
16
}
0 commit comments