Skip to content

Commit

Permalink
Updating Material3 to RC01 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
florina-muntenescu committed Oct 8, 2022
2 parents b20ef93 + 67e1e32 commit 0a3ac4d
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Crane/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions Jetcaster/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ fun Password(
PasswordVisualTransformation()
},
isError = passwordState.showErrors(),
supportingText = {
passwordState.getError()?.let { error -> TextFieldError(textError = error) }
},
keyboardOptions = KeyboardOptions.Default.copy(
imeAction = imeAction,
keyboardType = KeyboardType.Password
Expand All @@ -227,8 +230,6 @@ fun Password(
}
),
)

passwordState.getError()?.let { error -> TextFieldError(textError = error) }
}

/**
Expand Down
4 changes: 2 additions & 2 deletions Jetsurvey/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions Owl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions Reply/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ compileSdk = "33"
compose = "1.3.0-rc01"
compose-compiler = "1.3.2"
# @pin to be updated manually - check JetChat tests
compose-material3 = "1.0.0-beta03"
compose-material3 = "1.0.0-rc01"
# @pin to be updated manually - check JetChat tests
compose-materialWindow = "1.0.0-beta03"
compose-materialWindow = "1.0.0-rc01"
compose-snapshot = "-"
coroutines = "1.6.4"
google-maps = "18.1.0"
Expand Down

0 comments on commit 0a3ac4d

Please sign in to comment.