Upgrade ConstraintLayout to 2.1.4
This commit is contained in:
parent
3264a0a795
commit
47ebcc0f05
2 changed files with 13 additions and 7 deletions
|
@ -44,7 +44,7 @@ dependencyResolutionManagement {
|
|||
alias('androidx-fragment-ktx').to('androidx.fragment', 'fragment-ktx').versionRef('androidx-fragment')
|
||||
alias('androidx-fragment-testing').to('androidx.fragment', 'fragment-testing').versionRef('androidx-fragment')
|
||||
alias('androidx-annotation').to('androidx.annotation:annotation:1.4.0')
|
||||
alias('androidx-constraintlayout').to('androidx.constraintlayout:constraintlayout:2.0.4')
|
||||
alias('androidx-constraintlayout').to('androidx.constraintlayout:constraintlayout:2.1.4')
|
||||
alias('androidx-window-window').to('androidx.window', 'window').versionRef('androidx-window')
|
||||
alias('androidx-window-java').to('androidx.window', 'window-java').versionRef('androidx-window')
|
||||
alias('androidx-recyclerview').to('androidx.recyclerview:recyclerview:1.2.1')
|
||||
|
|
|
@ -514,14 +514,20 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
|
|||
<sha256 value="77639a0b051e22510bad93affcea0ebd781ef124bf9b7621a95749937bcfcdfd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.constraintlayout" name="constraintlayout" version="2.0.4">
|
||||
<artifact name="constraintlayout-2.0.4.aar">
|
||||
<sha256 value="307a79a4a1ccff44249c72a2bf7f47da09fa1b6b1fab2a25808ca889382b738e" origin="Generated by Gradle"/>
|
||||
<component group="androidx.constraintlayout" name="constraintlayout" version="2.1.4">
|
||||
<artifact name="constraintlayout-2.1.4.aar">
|
||||
<sha256 value="0df714c0b51e54710ebf746eb469d333176bbb3cb29f80775dc3ca4eb3162512" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="constraintlayout-2.1.4.module">
|
||||
<sha256 value="1fd15b84220cf35693f57b235b84b9dd70f4c31ca8ad396383dec5a288d9df96" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.constraintlayout" name="constraintlayout-solver" version="2.0.4">
|
||||
<artifact name="constraintlayout-solver-2.0.4.jar">
|
||||
<sha256 value="9ca19f5448709301c7563488ef941be9dfa55c83538ca7a059b2113e83527b46" origin="Generated by Gradle"/>
|
||||
<component group="androidx.constraintlayout" name="constraintlayout-core" version="1.0.4">
|
||||
<artifact name="constraintlayout-core-1.0.4.jar">
|
||||
<sha256 value="3e477f4de231e58b25f5a992f3be45e97d332c34a39a9e3e7d4b78ae0ac2256f" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="constraintlayout-core-1.0.4.module">
|
||||
<sha256 value="7cfe8d755d524185204c68fe512431aafa5487553adcf2356eec59eab9c64185" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.coordinatorlayout" name="coordinatorlayout" version="1.0.0">
|
||||
|
|
Loading…
Add table
Reference in a new issue