Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Feb 22, 2017
1 parent 7e1e525 commit a620e55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 1.2.0 (2017-02-21)
* Added the `RecyclerViewBaseAdapter`, a base adapter for a `RecyclerView` with a built-in ViewHolder and empty view support

## Version 1.1.7 (2016-12-08)
* Fixed the opening of the PDF for Nougat +

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ The Gradle dependencies are declared using the 'provided' scope, which means tha

* The `DialogUtils` class needs AppCompat
* The `NonSwipeableViewPager` class needs support v4
* The `ProductionTree` class needs Timber
* The `ProductionTree` class needs Timber
* The `DateUtils` and `DatePreference` needs AndroidThreeTen
* The `RecyclerViewBaseAdapter` needs supportv7-recyclerview and Timber
* In `Utils`, both `setTint()` need support v4
* In `Utils`, `stringFromRaw()` needs Okio
* In `Utils`, `isPermissionGranted()` and `requestPermission()` need support v4
Expand All @@ -43,7 +44,7 @@ The Gradle dependencies are declared using the 'provided' scope, which means tha
See the [Change Log](CHANGELOG.md).

## Copyright
Copyright 2016 Julien Guerinet
Copyright 2016-2017 Julien Guerinet

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'com.android.library'

group = 'com.guerinet'
archivesBaseName = 'android-utils'
version = '1.1.8'
version = '1.2.0'

android {
compileSdkVersion 25
Expand Down

0 comments on commit a620e55

Please sign in to comment.