Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Update components #49

Merged
merged 2 commits into from
Jul 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
// Testing
junit: '4.12',
// Mozilla
mozillaComponents: '0.13'
mozillaComponents: '0.15'
]

// Synchronized versions numbers of GeckoView (Nightly) artifacts.
Expand Down Expand Up @@ -61,11 +61,6 @@ allprojects {
repositories {
google()
jcenter()

// Temporary until all modules are synced to JCenter
maven {
url "https://dl.bintray.com/pocmo/Mozilla-Mobile"
}
}
}

Expand Down