Skip to content

Commit

Permalink
Update app version, update readme with Gradle information.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbrameyer committed Jan 23, 2014
1 parent 160bf1d commit 5646215
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ a dependency:
<type>aar</type>
</dependency>

If you are a Gradle user you can also easily include the library:

compile 'com.doomonafireball.betterpickers:library:1.5.2'

If you are bringing in the support library you may need to add an exclusion:

compile ("com.doomonafireball.betterpickers:library:1.5.2") {
exclude group: 'com.android.support', module: 'support-v4'
}

There is a standalone Gradle demo [here][14] that may also help.

Usage
=====

Expand Down Expand Up @@ -194,3 +206,4 @@ License
[11]: https://plus.google.com/108284392618554783657/posts
[12]: http://willowtreeapps.github.io/OAK/
[13]: http://www.willowtreeapps.com/
[14]: https://github.com/derekbrameyer/android-betterpickers-gradle-sample
4 changes: 2 additions & 2 deletions sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.doomonafireball.betterpickers.sample"
android:versionCode="6"
android:versionName="1.4.0">
android:versionCode="7"
android:versionName="1.5.2">

<uses-sdk
android:minSdkVersion="10"
Expand Down
Binary file added sample/imagery/screenshot_recurrence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample/imagery/screenshot_time_zone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5646215

Please sign in to comment.