Skip to content

Commit

Permalink
Update dependency androidx.window:window
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2022
1 parent 7f72c67 commit b3036be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UIViews/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation material
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation preference
implementation 'androidx.window:window:1.1.0-alpha02'
implementation 'androidx.window:window:1.1.0-alpha03'
testImplementation Deps.junit
androidTestImplementation Deps.androidJunit
androidTestImplementation Deps.androidEspresso
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
// If using insets-ui
implementation "com.google.accompanist:accompanist-insets-ui:$accompanist"

implementation "androidx.window:window:1.0.0-rc01"
implementation "androidx.window:window:1.0.0"

// For RxJava2 integration
implementation "androidx.window:window-rxjava2:1.0.0-rc01"
Expand Down

0 comments on commit b3036be

Please sign in to comment.