Skip to content

Commit d9125bd

Browse files
committed
revert remote dependency and update readme version
1 parent bac790b commit d9125bd

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
Add the dependency
2020
```groovy
2121
dependencies {
22-
compile 'com.github.maoruibin:ReView:1.0.1'
22+
compile 'com.github.maoruibin:ReView:1.0.2'
2323
}
2424
```
2525

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ android {
3838
dependencies {
3939
compile fileTree(dir: 'libs', include: ['*.jar'])
4040
compile 'com.android.support:appcompat-v7:25.0.0'
41-
//compile project(':library')
42-
compile 'com.github.maoruibin:ReView:1.0.1'
41+
compile project(':library')
4342
}

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ buildscript {
3232
allprojects {
3333
repositories {
3434
jcenter()
35-
maven { url "https://jitpack.io" }
3635
}
3736
}
3837

0 commit comments

Comments
 (0)