Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
No issue: bumped version to 2.1.1
Browse files Browse the repository at this point in the history
- Updated telemetry dependency to equivelent. Old version is no longer available on jcenter
  • Loading branch information
severinrudie committed Oct 15, 2018
1 parent 8d08cf0 commit 866b026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
targetSdkVersion 26
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "2.1"
versionName "2.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down Expand Up @@ -131,6 +131,7 @@ repositories {
dirs 'libs'
}
mavenCentral()
"https://dl.bintray.com/pocmo/Mozilla-Mobile/"
}

dependencies {
Expand All @@ -151,7 +152,7 @@ dependencies {
transitive = false
}

implementation 'org.mozilla.telemetry:telemetry:1.2.0'
implementation 'org.mozilla.components:telemetry:0.6'
implementation "org.mozilla.photon:colors:$moz_components_version"

implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
Expand Down

0 comments on commit 866b026

Please sign in to comment.