Skip to content

Commit

Permalink
Merge "Bump credentials lib to beta01" into androidx-main
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshi5945 authored and Gerrit Code Review committed Jun 28, 2023
2 parents 00fdd21 + 243314b commit 78ac837
Show file tree
Hide file tree
Showing 8 changed files with 1,804 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Signature format: 4.0
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Signature format: 4.0
900 changes: 900 additions & 0 deletions credentials/credentials/api/1.2.0-beta01.txt

Large diffs are not rendered by default.

Empty file.
900 changes: 900 additions & 0 deletions credentials/credentials/api/restricted_1.2.0-beta01.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion credentials/credentials/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api("androidx.annotation:annotation:1.5.0")
api(libs.kotlinStdlib)
implementation(libs.kotlinCoroutinesCore)
api(project(":core:core"))
api("androidx.core:core:1.11.0-beta02")
samples(project(":credentials:credentials-samples"))

androidTestImplementation("androidx.activity:activity:1.2.0")
Expand Down
2 changes: 1 addition & 1 deletion libraryversions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CORE_ROLE = "1.2.0-alpha01"
CORE_SPLASHSCREEN = "1.1.0-alpha01"
CORE_TELECOM = "1.0.0-alpha01"
CORE_UWB = "1.0.0-alpha06"
CREDENTIALS = "1.2.0-alpha05"
CREDENTIALS = "1.2.0-beta01"
CURSORADAPTER = "1.1.0-alpha01"
CUSTOMVIEW = "1.2.0-alpha03"
CUSTOMVIEW_POOLINGCONTAINER = "1.1.0-alpha01"
Expand Down

0 comments on commit 78ac837

Please sign in to comment.