Skip to content

Commit

Permalink
Fix issue passy#88
Browse files Browse the repository at this point in the history
Added JitPack, as com.gu.Option hasn't been updated in years, and they never pushed to JCenter or any other repo, so I used JitPack
  • Loading branch information
ParkerK authored Jan 26, 2018
1 parent 25b5c12 commit ac4422b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ buildscript {
repositories {
mavenCentral()
maven { url 'http://guardian.github.com/maven/repo-releases' }
maven { url 'https://jitpack.io' }
}

dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-annotations:25.3.1'
compile 'com.gu:option:1.3'
compile 'com.github.guardian:Option:-SNAPSHOT'
compile 'com.github.frankiesardo:auto-parcel:0.3.1'
compile 'com.google.auto.value:auto-value:1.1'
annotationProcessor 'com.github.frankiesardo:auto-parcel-processor:0.3.1'
Expand Down

0 comments on commit ac4422b

Please sign in to comment.