File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727
2828dependencies {
2929 api fileTree(include : [' *.jar' ], dir : ' libs' )
30- api project(' :loopview' )
30+ // api project(':loopview')
3131 api ' com.android.support:appcompat-v7:28.0.0'
32- // compile 'com.weigan:loopView:0.1.2 '
32+ api ' com.weigan:loopView:0.2.0 '
3333}
Original file line number Diff line number Diff line change 2020 android : layout_marginTop =" 50dp"
2121 android : id =" @+id/loopView"
2222 android : layout_width =" match_parent"
23- android : layout_height =" 200dp "
23+ android : layout_height =" 150dp "
2424 app : awv_textsize =" 18"
2525 app : awv_isLoop =" false"
2626 />
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222}
2323
2424dependencies {
25- compile fileTree(dir : ' libs' , include : [' *.jar' ])
25+ api fileTree(dir : ' libs' , include : [' *.jar' ])
2626}
2727
2828publish {
You can’t perform that action at this time.
0 commit comments