diff --git a/README.md b/README.md index 5cbf425..5719b08 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ repositories { } dependencies { - compile 'com.yqritc:recyclerview-flexibledivider:1.2.6' + compile 'com.yqritc:recyclerview-flexibledivider:1.2.8' } ``` diff --git a/gradle.properties b/gradle.properties index 73bcf29..89a627b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.2.7 -VERSION_CODE=11 +VERSION_NAME=1.2.8 +VERSION_CODE=12 GROUP=com.yqritc ARTIFACT_ID=recyclerview-flexibledivider diff --git a/sample/build.gradle b/sample/build.gradle index eb64ab1..487f8e9 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile project(':library') -// compile 'com.yqritc:recyclerview-flexibledivider:1.2.7' +// compile 'com.yqritc:recyclerview-flexibledivider:1.2.8' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1' }