Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Use Mozilla Android Components 0.26.0 from maven.mozilla.org. (#606)
Browse files Browse the repository at this point in the history
* Updates the version used to 0.26.0
* Updates the artifacts to use the new names

During the migration phase from JCenter to maven.mozilla.org (artifacts get published on both) maven.mozilla.org needs to be listed before JCenter to avoid dependency resolution conflicts.
  • Loading branch information
pocmo authored and bluemarvin committed Oct 8, 2018
1 parent 7d8f642 commit 93ece9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ dependencies {
svrImplementation fileTree(dir: "${project.rootDir}/third_party/svr/", include: ['*.jar'])
implementation 'com.android.support:design:27.1.1'
implementation 'com.google.vr:sdk-audio:1.170.0'
implementation "org.mozilla.components:telemetry:0.23"
implementation "org.mozilla.components:service-telemetry:0.26.0"
implementation "com.github.mozilla:mozillaspeechlibrary:1.0.4"
}

Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ buildscript {
allprojects {
repositories {
google()
jcenter()

maven {
url 'https://maven.mozilla.org/maven2'
}
jcenter()
}
}

Expand Down

0 comments on commit 93ece9d

Please sign in to comment.