Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Specify Javapoet version (#121)
Browse files Browse the repository at this point in the history
* Fixes GlideApp not being generated
  • Loading branch information
bobheadxi committed Aug 8, 2017
1 parent 6b474d9 commit 1a7bc38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ dependencies {
compile "com.android.support:preference-v14:${supportLibVersion}"
compile "com.android.support:design:${supportLibVersion}"

// JavaPoet
compile 'com.squareup:javapoet:1.9.0'

// Recyclerview fast scroller
compile 'com.futuremind.recyclerfastscroll:fastscroll:0.2.4'

Expand Down

0 comments on commit 1a7bc38

Please sign in to comment.