Skip to content

Commit

Permalink
add library module v2.5 to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaim committed Aug 18, 2019
1 parent f0b3f15 commit 886867c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_pinboard_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(path: ':lib_pin_downloader')
// implementation project(path: ':lib_pin_downloader')

implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
// Optional : Kotlin extension (https://d.android.com/kotlin/ktx)
Expand All @@ -53,5 +53,5 @@ dependencies {
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
implementation "androidx.paging:paging-runtime:$paging_version"
implementation 'com.github.Roaim:KotlinPinBoard:v2.3'
implementation 'com.github.Roaim:KotlinPinBoard:v2.4'
}

0 comments on commit 886867c

Please sign in to comment.