Skip to content

Commit 78b0926

Browse files
committed
Add mavenCentral() repository and update to tangram 0.16.0
1 parent eb84c81 commit 78b0926

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
repositories {
55
google()
66
jcenter()
7+
mavenCentral()
78
}
89
dependencies {
910
classpath 'com.android.tools.build:gradle:4.1.3'
@@ -19,6 +20,7 @@ allprojects {
1920
repositories {
2021
google()
2122
jcenter()
23+
mavenCentral()
2224
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local/" }
2325
}
2426
}

tangramdemos/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ dependencies {
3535

3636
implementation 'androidx.appcompat:appcompat:1.2.0'
3737
implementation 'com.google.android.material:material:1.3.0'
38-
implementation 'com.mapzen.tangram:tangram:0.13.0'
38+
implementation 'com.mapzen.tangram:tangram:0.16.0'
3939
//implementation project(path: ':tangram-dev')
4040
}

0 commit comments

Comments
 (0)