Skip to content

Commit

Permalink
move from bintray to jitpack.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzaanton committed Feb 9, 2021
1 parent 3ded8ca commit ba57fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.github.stfalcon:smsverifycatcher:0.3.2'
implementation project(':smsverifycatcher')
testImplementation 'junit:junit:4.12'

}

0 comments on commit ba57fde

Please sign in to comment.