Skip to content

Commit

Permalink
Update Auto Value libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Rohloff committed Sep 30, 2016
1 parent 816a5f4 commit e15e1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ dependencies {
compile "com.android.support:design:${supportVersion}"
compile "com.android.support:preference-v14:${supportVersion}"

apt 'com.google.auto.value:auto-value:1.3-rc2'
provided 'com.google.auto.value:auto-value:1.3-rc2'
apt 'com.ryanharter.auto.value:auto-value-parcel:0.2.3-rc2'
provided 'com.ryanharter.auto.value:auto-value-parcel:0.2.3-rc2'
apt 'com.google.auto.value:auto-value:1.3'
provided 'com.google.auto.value:auto-value:1.3'
apt 'com.ryanharter.auto.value:auto-value-parcel:0.2.4-rc2'
provided 'com.ryanharter.auto.value:auto-value-parcel:0.2.4-rc2'
apt 'com.ryanharter.auto.value:auto-value-gson:0.4.2'
provided 'com.ryanharter.auto.value:auto-value-gson:0.4.2'

Expand Down

0 comments on commit e15e1b2

Please sign in to comment.