Skip to content

Commit

Permalink
Bump to version 0.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <[email protected]>
  • Loading branch information
jruesga committed May 21, 2016
1 parent 33c3aca commit 81fb7b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

Version 0.0.8 *(2016-05-21)*
----------------------------

* Bug fixes

Version 0.0.7 *(2016-05-13)*
----------------------------

* Bug fixes

Version 0.0.6 *(2016-02-24)*
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ subprojects {
minSdkVersion 15
targetSdkVersion 23

versionCode = 7
versionCode = 8
versionName = rootProject.subprojects.ext.versionName[0]
}
}
}
}

ext {
supportVersion = '23.2.0'
versionName = '0.0.7'
supportVersion = '23.4.0'
versionName = '0.0.8'
}
}

2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand Down

0 comments on commit 81fb7b9

Please sign in to comment.