Skip to content

Commit

Permalink
修改使用库
Browse files Browse the repository at this point in the history
  • Loading branch information
longqingzhao committed Mar 14, 2019
1 parent 4380648 commit b9b729f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 436 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation project(':ecgviewlibrary')
}
132 changes: 0 additions & 132 deletions app/src/main/java/zlq/com/myapplication/ArrayQueue.java

This file was deleted.

Loading

0 comments on commit b9b729f

Please sign in to comment.