Skip to content

Commit

Permalink
Added missing dependency for GSON
Browse files Browse the repository at this point in the history
  • Loading branch information
pherbers committed Jan 20, 2019
1 parent b2668e5 commit c66d25c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
Expand Down

0 comments on commit c66d25c

Please sign in to comment.