Skip to content

Commit abf2722

Browse files
author
韦东锏
committed
优化相关的逻辑并且修复bug
1 parent 4da72f5 commit abf2722

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
dependencies {
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
}

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
/>

loopview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
compile fileTree(dir: 'libs', include: ['*.jar'])
25+
api fileTree(dir: 'libs', include: ['*.jar'])
2626
}
2727

2828
publish {

0 commit comments

Comments
 (0)