Skip to content

Commit

Permalink
Merge pull request #110 from r0adkll/release/v1.10.0
Browse files Browse the repository at this point in the history
Release v1.10.0
  • Loading branch information
r0adkll authored Oct 29, 2019
2 parents 0636e11 + e55639f commit 272a353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ dependencies {

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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import com.r0adkll.deckbuilder.arch.domain.features.validation.model.Validation
import com.r0adkll.deckbuilder.arch.ui.components.renderers.StateRenderer
import com.r0adkll.deckbuilder.arch.ui.features.deckbuilder.deckimage.adapter.DeckImage
import com.r0adkll.deckbuilder.util.stack
import io.pokemontcg.model.SuperType
import io.pokemontcg.model.SuperType.*
import io.pokemontcg.model.SuperType.ENERGY
import io.pokemontcg.model.SuperType.POKEMON
import io.pokemontcg.model.SuperType.TRAINER
import io.pokemontcg.model.SuperType.UNKNOWN
import io.reactivex.Observable
import paperparcel.PaperParcel
import paperparcel.PaperParcelable
Expand Down

0 comments on commit 272a353

Please sign in to comment.