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

Commit

Permalink
Wrench core 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 2e1a3bd commit 12df467
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ allprojects {
repositories {
jcenter()
google()
maven {
url "https://oss.sonatype.org/service/local/repositories/comizettle-1057/content/"
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion wrench-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ dependencies {
implementation "com.google.dagger:dagger-android:2.15"
implementation "com.google.dagger:dagger-android-support:2.15"

implementation project(":wrench-core")
implementation "com.izettle.wrench:wrench-core:0.3"
implementation project(":wrench-prefs")
}
2 changes: 1 addition & 1 deletion wrench-livedata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

dependencies {
testImplementation 'junit:junit:4.12'
implementation project(":wrench-core")
implementation "com.izettle.wrench:wrench-core:0.3"
implementation 'com.android.support:support-annotations:27.1.1'
api 'android.arch.lifecycle:livedata-core:1.1.1'
}
Expand Down
2 changes: 1 addition & 1 deletion wrench-prefs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

dependencies {
testImplementation 'junit:junit:4.12'
implementation project(":wrench-core")
implementation "com.izettle.wrench:wrench-core:0.3"
implementation 'com.android.support:support-annotations:27.1.1'
}

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

implementation 'com.android.support:appcompat-v7:27.1.1'
Expand All @@ -66,11 +66,11 @@ dependencies {
implementation "com.google.dagger:dagger-android:2.15"
implementation "com.google.dagger:dagger-android-support:2.15"

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

implementation project(":wrench-service")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
2 changes: 1 addition & 1 deletion wrench-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
}

dependencies {
implementation project(":wrench-core")
implementation "com.izettle.wrench:wrench-core:0.3"
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:support-annotations:27.1.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit 12df467

Please sign in to comment.