Skip to content

Commit

Permalink
Add volley as gradle target
Browse files Browse the repository at this point in the history
  • Loading branch information
fawind committed May 21, 2017
1 parent c40cbca commit 36f33f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Widget for Trello
Widget for Trello is an android home screen widget.
Widget for Trello is an android home screen widget.
Choose and display lists from your Trello boards on your home screen for a quick glance at your cards.

<a href='https://play.google.com/store/apps/details?id=com.oryanmat.trellowidget'>
Expand All @@ -8,14 +8,13 @@ Choose and display lists from your Trello boards on your home screen for a quick

## Tools and Tech
* [Trello's API](http://trello.com/docs)
* [Volly](https://android.googlesource.com/platform/frameworks/volley.git) - http handling
* [Volley](https://android.googlesource.com/platform/frameworks/volley.git) - http handling
* [Gson](http://sites.google.com/site/gson/) - json parsing
* [Holo ColorPicker](http://github.com/LarsWerkman/HoloColorPicker) - color picker dialog
* [Calendar Widget](http://github.com/plusonelabs/calendar-widget) - inspiration

## How to Build
Building should be smooth using android studio and gradle,
but since Volley is not (officially) available as a gradle dependency we need to [clone and import it as a separate module] (https://developer.android.com/training/volley/index.html).
Building should be smooth using android studio and gradle.

## Contributing
Please open an issue before attempting to contribute any code. That way we can discuss what it is that's going to be implemented and make sure it aligns with the rest of the app.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'com.google.code.gson:gson:2.7'
compile 'com.larswerkman:HoloColorPicker:1.5'
compile project(':volley')
compile 'com.android.volley:volley:1.0.0'
}

0 comments on commit 36f33f4

Please sign in to comment.