Skip to content

Commit

Permalink
Updated version and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
woxblom committed May 10, 2017
1 parent f54c715 commit eaab41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Youtube demo video<br>
}

dependencies {
compile 'com.github.woxthebox:draglistview:1.4.3'
compile 'com.github.woxthebox:draglistview:1.4.4'
}

Add this to proguard rules, otherwise animations won't work correctly
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.4.3
VERSION_CODE=34
VERSION_NAME=1.4.4
VERSION_CODE=35
GROUP=com.github.woxthebox

POM_DESCRIPTION=Drag and drop to re-order items in a list, grid or board.
Expand Down

0 comments on commit eaab41f

Please sign in to comment.