We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb84c81 commit 78b0926Copy full SHA for 78b0926
build.gradle
@@ -4,6 +4,7 @@ buildscript {
4
repositories {
5
google()
6
jcenter()
7
+ mavenCentral()
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:4.1.3'
@@ -19,6 +20,7 @@ allprojects {
19
20
21
22
23
24
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local/" }
25
26
tangramdemos/build.gradle
@@ -35,6 +35,6 @@ dependencies {
35
36
implementation 'androidx.appcompat:appcompat:1.2.0'
37
implementation 'com.google.android.material:material:1.3.0'
38
- implementation 'com.mapzen.tangram:tangram:0.13.0'
+ implementation 'com.mapzen.tangram:tangram:0.16.0'
39
//implementation project(path: ':tangram-dev')
40
0 commit comments