Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.10.0 #110

Merged
merged 2 commits into from
Oct 29, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Minor cleanup
Fixed paper parcel
  • Loading branch information
r0adkll committed Oct 27, 2019

Verified

This commit was signed with the committer’s verified signature.
r0adkll Drew Heavner
commit e55639f2fc8d84bbbdaa0342cb9f4329fd009342
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -151,9 +151,10 @@ dependencies {
implementation "androidx.room:room-rxjava2:$room_version"
testImplementation "androidx.room:room-testing:$room_version"

implementation 'nz.bradcampbell:paperparcel:2.0.6'
implementation 'nz.bradcampbell:paperparcel-kotlin:2.0.6'
kapt 'nz.bradcampbell:paperparcel-compiler:2.0.6'
implementation 'nz.bradcampbell:paperparcel:2.0.8'
implementation 'nz.bradcampbell:paperparcel-kotlin:2.0.8'
implementation 'nz.bradcampbell:paperparcel-api:2.0.8'
kapt 'nz.bradcampbell:paperparcel-compiler:2.0.8'

implementation "io.reactivex.rxjava2:rxjava:2.2.9"
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"