Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshouguo committed Mar 30, 2020
1 parent 1942711 commit 38d02d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# refer to https://github.com/github/gitignore/blob/master/Android.gitignore

# Built application files
*.apk
*.ap_
#*.apk
#*.ap_

# Files for the Dalvik VM
*.dex
Expand Down
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.4'
implementation 'com.github.ihsg:PatternLocker:2.5.6'
}
````

Expand Down
Binary file added apk/app-release.apk
Binary file not shown.
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 "androidx.appcompat:appcompat:$rootProject.ext.appcompatVersion"
implementation "androidx.core:core-ktx:$rootProject.ext.coreKtxVersion"
Expand Down

0 comments on commit 38d02d6

Please sign in to comment.