Skip to content

Commit

Permalink
Add to sample dependency on remote
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanShafran committed Jun 29, 2019
1 parent 7a0237b commit 42cffa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }

}
}

Expand Down
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 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'

testImplementation project(':sharedpreferencesmock')
testImplementation 'com.github.IvanShafran:shared-preferences-mock:v1.0'
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'
Expand Down

0 comments on commit 42cffa2

Please sign in to comment.