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 2ae8201 commit 53f53a1Copy full SHA for 53f53a1
build.gradle
@@ -21,6 +21,7 @@ allprojects {
21
jcenter()
22
// SNAPSHOT repository
23
// maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
24
+// maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
25
}
26
27
gradle/dependencies.gradle
@@ -7,7 +7,7 @@
7
]
8
9
version = [
10
- mapboxMapSdk : '8.2.1',
+ mapboxMapSdk : '8.3.0',
11
mapboxJava : '4.8.0',
12
playLocation : '16.0.0',
13
autoValue : '1.5.4',
0 commit comments