Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Wrench prefs/prefs-no-op 0.3 released to staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeelde committed May 8, 2018
1 parent 12df467 commit eab669b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wrench-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ dependencies {
implementation "com.google.dagger:dagger-android-support:2.15"

implementation "com.izettle.wrench:wrench-core:0.3"
implementation project(":wrench-prefs")
implementation "com.izettle.wrench:wrench-prefs:0.3"
}
6 changes: 3 additions & 3 deletions wrench-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
implementation "com.izettle.wrench:wrench-core:0.3"
androidTestImplementation project(":wrench-prefs")
androidTestImplementation "com.izettle.wrench:wrench-prefs:0.3"

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
Expand All @@ -68,8 +68,8 @@ dependencies {

implementation "com.izettle.wrench:wrench-core:0.3"
implementation project(":wrench-livedata")
debugImplementation project(":wrench-prefs")
releaseImplementation project(":wrench-prefs-no-op")
debugImplementation "com.izettle.wrench:wrench-prefs:0.3"
releaseImplementation "com.izettle.wrench:wrench-prefs-no-op:0.3"

implementation project(":wrench-service")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit eab669b

Please sign in to comment.