File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ allprojects {
1919Add the dependency
2020``` groovy
2121dependencies {
22- compile 'com.github.maoruibin:ReView:1.0.1 '
22+ compile 'com.github.maoruibin:ReView:1.0.2 '
2323}
2424```
2525
Original file line number Diff line number Diff line change @@ -38,6 +38,5 @@ android {
3838dependencies {
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}
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ buildscript {
3232allprojects {
3333 repositories {
3434 jcenter()
35- maven { url " https://jitpack.io" }
3635 }
3736}
3837
You can’t perform that action at this time.
0 commit comments