Skip to content

Commit 174f5e0

Browse files
committed
New release to fix the notify issue
1 parent c7a9ab4 commit 174f5e0

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,11 @@ ViewGroup backed by RecyclerView.Adapter = magic
55

66
# Gradle Dependency
77
Easily reference the library in your Android projects using this dependency in your module's `build.gradle` file:
8-
9-
Add it in your root build.gradle at the end of repositories:
10-
11-
allprojects {
12-
repositories {
13-
...
14-
maven { url "https://jitpack.io" }
15-
}
16-
}
17-
Step 2. Add the dependency
18-
19-
dependencies {
20-
compile 'com.github.Commit451:AdapterLayout:1.0.0'
21-
}
8+
```Gradle
9+
dependencies {
10+
compile 'com.commit451:adapterlayout:1.0.1'
11+
}
12+
```
2213

2314
# Usage
2415
See the sample project for a full sample.

adapterlayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ publish {
2929
userOrg = 'commit451'
3030
groupId = 'com.commit451'
3131
artifactId = 'adapterlayout'
32-
publishVersion = '1.0.0'
32+
publishVersion = '1.0.1'
3333
desc = 'ViewGroup backed by RecyclerView.Adapter = magic'
3434
website = 'https://github.com/Commit451/AdapterLayout'
3535
}

0 commit comments

Comments
 (0)