Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshouguo committed May 6, 2019
1 parent 42f29b6 commit 7916228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {
````groovy
dependencies {
....
implementation 'com.github.ihsg:PatternLocker:2.5.2'
implementation 'com.github.ihsg:PatternLocker:2.5.3'
}
````

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':library')
// implementation "com.github.ihsg:PatternLocker:$rootProject.ext.versionName"
// implementation project(':library')
implementation "com.github.ihsg:PatternLocker:$rootProject.ext.versionName"

implementation "com.android.support:appcompat-v7:$rootProject.ext.supportLibraryVersion"
implementation "com.android.support.constraint:constraint-layout:$rootProject.ext.constraintLayoutVersion"
Expand Down

0 comments on commit 7916228

Please sign in to comment.