Skip to content

Commit

Permalink
[Release] release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarthel-fr committed Mar 29, 2015
1 parent 848b84d commit 8744718
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ TODO
Change logs
=======
* 2.0.0 : Min SDK 9+, don't forget to check the above section "Use RenderScript in Your Project". (thanks to [ligol](https://github.com/ligol)).
* 1.1.0 : Allow to use RenderScript (thank to [amasciul](https://github.com/amasciul)).
* 1.0.0 : Animate blurring effect, support tablet, tweak nav bar offset and reduce memory allocation.
* 0.1.2 : Fix bottom offset introduce by the navigation bar on Lollipop.
Expand Down
4 changes: 1 addition & 3 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'
apply plugin: 'maven'
apply from: '../config/quality.gradle'

def version = '1.1.0'
def version = '2.0.0'

android {
compileSdkVersion 22
Expand All @@ -11,8 +11,6 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
versionCode 5
versionName "1.4"
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
}
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fr.tvbarthel.lib.blurdialogfragment.sample"
minSdkVersion 9
targetSdkVersion 22
versionCode 5
versionName "1.4"
versionCode 6
versionName "1.5"
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
}
Expand Down

0 comments on commit 8744718

Please sign in to comment.