diff --git a/README.md b/README.md index 7ebbceb..b5a2220 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Youtube demo video
} dependencies { - compile 'com.github.woxthebox:draglistview:1.2.3' + compile 'com.github.woxthebox:draglistview:1.2.4' } Add this to proguard rules, otherwise animations won't work correctly diff --git a/library/gradle.properties b/library/gradle.properties index f400e7f..63def4c 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.2.3 -VERSION_CODE=23 +VERSION_NAME=1.2.4 +VERSION_CODE=24 GROUP=com.github.woxthebox POM_DESCRIPTION=Drag and drop to re-order items in a list, grid or board.