Skip to content

Commit

Permalink
Dependency updates and README simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplicityApks committed Aug 9, 2015
1 parent 808ac9f commit f3a50cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ Set-up
To use this library in your project either

* Add this line to the dependencies in your build.gradle (note you need `mavenCentral()` in your repositories):
`compile 'com.simplicityapks:reminderdatepicker:1.1.+'`

* If you want the KitKat version (1.0) instead, use `compile 'com.simplicityapks:reminderdatepicker:1.0.+'`
`compile 'com.simplicityapks:reminderdatepicker:1.2.+'`

* Copy the library into your workspace and [add it as library in Eclipse](http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject)
or add `compile project(':lib')` to the dependencies in your build.gradle in Android Studio.
Expand Down
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion '22'
buildToolsVersion '22.0.1'

defaultConfig {
minSdkVersion 8
Expand All @@ -20,9 +20,9 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:support-annotations:21.0.2'
compile 'com.android.support:support-v4:22.2.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-annotations:22.2.1'
compile 'com.github.jaydeep17:datetimepicker:0.0.4'
// if above doesn't work, use
// compile 'com.github.flavienlaurent.datetimepicker:library:0.0.2'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion '22'
buildToolsVersion '22.0.1'
defaultConfig {
applicationId 'com.simplicityapks.reminderdatepicker.sample'
minSdkVersion 8
Expand Down

0 comments on commit f3a50cb

Please sign in to comment.