Skip to content

Commit

Permalink
remove dependence library
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpanvip committed Jul 12, 2020
1 parent b7572ce commit 4e04a46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
7 changes: 0 additions & 7 deletions bannerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
api 'com.github.zhpanvip:viewpagerindicator:1.0.4'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.core:core-ktx:1.2.0'
// api project(path: ':indicator')
}
17 changes: 0 additions & 17 deletions bannerview/src/test/java/com/zhpan/bannerview/ExampleUnitTest.java

This file was deleted.

0 comments on commit 4e04a46

Please sign in to comment.