Skip to content

Commit

Permalink
Merge pull request #105 from matheus-corregiari/release/1.8.3
Browse files Browse the repository at this point in the history
Release 1.8.3
  • Loading branch information
matheus-corregiari authored Nov 22, 2024
2 parents ae0bf7b + a325b49 commit 0b34b89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public State invisibles(@NonNull final View... views) {
}

public State invisibles(@NonNull @IdRes final Integer... ids) {
goneReferences.addAll(Arrays.asList(ids));
invisibleReferences.addAll(Arrays.asList(ids));
return this;
}

Expand All @@ -148,7 +148,7 @@ public State gones(@NonNull final View... views) {
}

public State gones(@NonNull @IdRes final Integer... ids) {
invisibleReferences.addAll(Arrays.asList(ids));
goneReferences.addAll(Arrays.asList(ids));
return this;
}

Expand Down
18 changes: 9 additions & 9 deletions tools/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jetbrains-kover = "0.7.4"

## AndroidX
androidx-appcompat = "1.7.0"
androidx-annotation = "1.8.2"
androidx-constraint = "2.2.0-beta01"
androidx-annotation = "1.9.1"
androidx-constraint = "2.2.0"
androidx-recyclerview = "1.3.2"
androidx-lifecycle = "2.8.6"
androidx-lifecycle = "2.8.7"
androidx-window = "1.3.0"
androidx-splash = "1.0.1"
androidx-security = "1.0.0"
Expand All @@ -35,12 +35,12 @@ androidx-test-espresso = "3.6.1"

## AndroidX Compose
androidx-compose-compiler = "1.4.3"
androidx-compose-material = "1.7.3"
androidx-compose-material3 = "1.3.0"
androidx-compose-constraint = "1.0.1"
androidx-compose-core = "1.7.3"
androidx-compose-lifecycle = "2.8.6"
androidx-compose-activity = "1.9.2"
androidx-compose-material = "1.7.5"
androidx-compose-material3 = "1.3.1"
androidx-compose-constraint = "1.1.0"
androidx-compose-core = "1.7.5"
androidx-compose-lifecycle = "2.8.7"
androidx-compose-activity = "1.9.3"

## SquareUp
square-retrofit = "2.9.0"
Expand Down

0 comments on commit 0b34b89

Please sign in to comment.