Skip to content

Commit

Permalink
Bumped gears to 0.4.0 and jigsaw to 0.2.0. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
EranBoudjnah committed Mar 11, 2024
1 parent cafb1f8 commit 6bca5d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Update the project build.gradle. You can include one or more of the loaders:

```gradle
dependencies {
implementation 'com.mitteloupe.loaders:loaders-gears:0.3.0'
implementation 'com.mitteloupe.loaders:loaders-jigsaw:0.1.0'
implementation 'com.mitteloupe.loaders:loaders-gears:0.4.0'
implementation 'com.mitteloupe.loaders:loaders-jigsaw:0.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
}

dependencies {
implementation("com.mitteloupe.loaders:loaders-gears:0.3.0")
implementation("com.mitteloupe.loaders:loaders-jigsaw:0.1.0")
implementation("com.mitteloupe.loaders:loaders-gears:0.4.0")
implementation("com.mitteloupe.loaders:loaders-jigsaw:0.2.0")

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
Expand Down
2 changes: 1 addition & 1 deletion gears/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ android {

ext {
set("PUBLISH_ARTIFACT_ID", "loaders-gears")
set("PUBLISH_VERSION", "0.3.0")
set("PUBLISH_VERSION", "0.4.0")
}

val sourcesJar by tasks.registering(Jar::class) {
Expand Down
2 changes: 1 addition & 1 deletion jigsaw/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ android {

ext {
set("PUBLISH_ARTIFACT_ID", "loaders-jigsaw")
set("PUBLISH_VERSION", "0.1.0")
set("PUBLISH_VERSION", "0.2.0")
}

val sourcesJar by tasks.registering(Jar::class) {
Expand Down

0 comments on commit 6bca5d7

Please sign in to comment.