Skip to content

Commit

Permalink
0.8.5.5 version has been released.
Browse files Browse the repository at this point in the history
  • Loading branch information
evrencoskun committed Jan 27, 2018
1 parent 30be480 commit adfc2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.novoda:bintray-release:0.7.0'
Expand Down
2 changes: 1 addition & 1 deletion tableview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publish {
userOrg = 'evrencoskun'//user name of bintray.com
groupId = 'com.evrencoskun.library'//jcenter's url
artifactId = 'tableview'//project name
publishVersion = '0.8.5.1'//version code
publishVersion = '0.8.5.5'//version code
desc = 'TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.'
website = 'https://github.com/evrencoskun/TableView'//website
}

0 comments on commit adfc2f9

Please sign in to comment.