Skip to content

Commit

Permalink
publish 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeger committed Jan 4, 2017
1 parent 36bc22c commit 2c4b4ca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Setting divider for RecyclerView.
1. Add the dependencies to your build.gradle file, RecyclerViewDivider is avaiable in JCenter:

```groovy
compile 'com.jaeger.recyclerviewdivider:library:1.0.0'
compile 'com.jaeger.recyclerviewdivider:library:1.0.1'
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.0"
version = "1.0.1"

android {
compileSdkVersion 25
Expand Down
@@ -1,4 +1,4 @@
package com.jaeger.library;
package com.jaeger.recyclerviewdivider;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
Expand Down
@@ -1,4 +1,4 @@
package com.jaeger.library;
package com.jaeger.recyclerviewdivider;

import android.content.Context;
import android.graphics.Canvas;
Expand Down
@@ -1,4 +1,4 @@
package com.jaeger.library;
package com.jaeger.recyclerviewdivider;

import org.junit.Test;

Expand Down
3 changes: 2 additions & 1 deletion sample/build.gradle
Expand Up @@ -23,6 +23,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:recyclerview-v7:25.1.0'
compile 'com.jaeger.recyclerviewdivider:library:1.0.1'

// compile project(':library')
// compile project(':library')
}
Expand Up @@ -4,7 +4,6 @@
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.jaeger.library.RecyclerViewDivider;

public class MainActivity extends AppCompatActivity {

Expand Down

0 comments on commit 2c4b4ca

Please sign in to comment.