mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-22 07:06:05 +00:00
build: take material3 1.5.0-alpha for the wavy progress indicators
The expressive wavy progress indicators are Compose-only in the 1.5.0 line, which has no stable release yet, so this overrides the BOM's 1.4.0 for that one artifact. The override sits outside the BOM, so material3's own requirements win and pull ui, runtime, foundation and animation from 1.11.4 to 1.12.0-beta01. That is the real cost of this change and the reason the lock diff is 46 components rather than one. Lock state and verification metadata regenerated for debug and both release variants per docs/reproducible-builds.md. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
821ec7c5f7
commit
7dab62733a
@ -24,55 +24,57 @@ androidx.camera:camera-lifecycle:1.6.1=debugAndroidTestCompileClasspath,debugAnd
|
||||
androidx.collection:collection-jvm:1.5.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.collection:collection-ktx:1.5.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.collection:collection:1.5.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation-core-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation-core:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation-layout-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation-layout:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material3:material3-android:1.4.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material3:material3:1.4.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation-core-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation-core:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.animation:animation:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation-layout-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation-layout:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.foundation:foundation:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material3:material3-android:1.5.0-alpha25=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material3:material3-ripple-android:1.5.0-alpha25=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material3:material3-ripple:1.5.0-alpha25=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material3:material3:1.5.0-alpha25=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-icons-core-android:1.7.8=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-icons-core-desktop:1.7.8=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugUnitTestLintChecksClasspath,releaseLintChecksClasspath
|
||||
androidx.compose.material:material-icons-core:1.7.8=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-icons-extended-android:1.7.8=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-icons-extended-desktop:1.7.8=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugUnitTestLintChecksClasspath,releaseLintChecksClasspath
|
||||
androidx.compose.material:material-icons-extended:1.7.8=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-ripple-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-ripple:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-annotation-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-annotation:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-retain-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-retain:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-saveable-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-saveable:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-geometry-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-geometry:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-graphics-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-graphics:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-junit4-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-junit4:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-manifest:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-text-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-text:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-data-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-data:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-preview-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-preview:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-unit-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-unit:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-util-android:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-util:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui:1.11.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-ripple-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.material:material-ripple:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-annotation-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-annotation:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-retain-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-retain:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-saveable-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime-saveable:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.runtime:runtime:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-geometry-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-geometry:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-graphics-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-graphics:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-junit4-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-junit4:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test-manifest:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-test:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-text-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-text:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-data-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-data:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-preview-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling-preview:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-tooling:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
androidx.compose.ui:ui-unit-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-unit:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-util-android:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui-util:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose.ui:ui:1.12.0-beta01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.compose:compose-bom:2026.06.01=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.concurrent:concurrent-futures-ktx:1.1.0=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.concurrent:concurrent-futures-ktx:1.2.0=debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath
|
||||
@ -85,22 +87,22 @@ androidx.core:core:1.19.0=debugAndroidTestCompileClasspath,debugAndroidTestLintC
|
||||
androidx.cursoradapter:cursoradapter:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.customview:customview-poolingcontainer:1.0.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.customview:customview:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.documentfile:documentfile:1.0.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.drawerlayout:drawerlayout:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.dynamicanimation:dynamicanimation:1.0.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.emoji2:emoji2-views-helper:1.4.0=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.emoji2:emoji2:1.4.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.exifinterface:exifinterface:1.4.2=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.fragment:fragment:1.5.4=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.graphics:graphics-path:1.0.1=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.graphics:graphics-shapes-android:1.0.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath
|
||||
androidx.graphics:graphics-shapes-desktop:1.0.1=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugUnitTestLintChecksClasspath,releaseLintChecksClasspath
|
||||
androidx.graphics:graphics-shapes:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.interpolator:interpolator:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.legacy:legacy-support-core-utils:1.0.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-common-java8:2.11.0=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-common-jvm:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-common:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-livedata-core-ktx:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-livedata-core:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-livedata:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-livedata:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-process:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-runtime-android:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-runtime-compose-android:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
@ -116,8 +118,7 @@ androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0=debugAndroidTestCompileClasspa
|
||||
androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-viewmodel-savedstate:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.lifecycle:lifecycle-viewmodel:2.11.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.localbroadcastmanager:localbroadcastmanager:1.0.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.navigation:navigation-common-android:2.9.8=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.navigation:navigation-common:2.9.8=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.navigation:navigation-compose-android:2.9.8=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
@ -128,7 +129,6 @@ androidx.navigationevent:navigationevent-android:1.0.0=debugAndroidTestCompileCl
|
||||
androidx.navigationevent:navigationevent-compose-android:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.navigationevent:navigationevent-compose:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.navigationevent:navigationevent:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.print:print:1.0.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.profileinstaller:profileinstaller:1.4.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.resourceinspection:resourceinspection-annotation:1.0.1=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.room:room-common:2.6.1=debugAndroidTestLintChecksClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
@ -164,7 +164,6 @@ androidx.tracing:tracing-ktx:1.3.0=debugAndroidTestLintChecksClasspath,debugLint
|
||||
androidx.tracing:tracing:1.0.0=debugAndroidTestCompileClasspath
|
||||
androidx.tracing:tracing:1.1.0=debugUnitTestCompileClasspath
|
||||
androidx.tracing:tracing:1.3.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.transition:transition:1.6.0=debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.vectordrawable:vectordrawable-animated:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.vectordrawable:vectordrawable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
androidx.versionedparcelable:versionedparcelable:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestLintChecksClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugLintChecksClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestLintChecksClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseLintChecksClasspath,releaseRuntimeClasspath
|
||||
|
||||
@ -16,6 +16,9 @@ appcompat = "1.7.1"
|
||||
# Compose
|
||||
compose-bom = "2026.06.01"
|
||||
compose-icons-extended = "1.7.8"
|
||||
# Overrides the BOM's 1.4.0. The expressive wavy progress indicators are Compose-only in the
|
||||
# 1.5.0 line, which has no stable release yet; drop this override once 1.5.0 ships.
|
||||
compose-material3 = "1.5.0-alpha25"
|
||||
|
||||
# Navigation
|
||||
navigation-compose = "2.9.8"
|
||||
@ -89,7 +92,7 @@ androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
||||
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
||||
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
androidx-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "compose-material3" }
|
||||
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose-icons-extended" }
|
||||
|
||||
# Lifecycle
|
||||
|
||||
@ -255,6 +255,11 @@
|
||||
<sha256 value="fe1dcd66d12368a115297005f00ae1eb60e5ea5e3f751aae3bf8c665b14107bf" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation" version="1.12.0-beta01">
|
||||
<artifact name="animation-1.12.0-beta01.module">
|
||||
<sha256 value="9a8ba66c93132cbe7bc460ef732ea0953bc47fd531cb75bee1d6e1dc3a456afb" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation" version="1.9.0">
|
||||
<artifact name="animation-1.9.0.module">
|
||||
<sha256 value="1be34a1427362186d0b5ab2feef805fb152327d263edc27f40a1e6377c04ecef" origin="Generated by Gradle"/>
|
||||
@ -276,6 +281,14 @@
|
||||
<sha256 value="4a9534afa595551d97b991319055c73b76014a89cf43b811aa99102e2d6ffd73" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation-android" version="1.12.0-beta01">
|
||||
<artifact name="animation-android-1.12.0-beta01.module">
|
||||
<sha256 value="5852b244916bb2b170b73a629c9ee6b3a37d5648904f1bd5b11e24f12a4a71dd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="animation.aar">
|
||||
<sha256 value="c240075de15e899ae4d0b23a67ed997b12580839ba431ba674ed9ab4ad2eed01" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation-android" version="1.9.0">
|
||||
<artifact name="animation-android-1.9.0.module">
|
||||
<sha256 value="ac4040a003f9c39f9efbef26ef2f6fa9f5d53a64b299d28271149d6e90fe3b23" origin="Generated by Gradle"/>
|
||||
@ -294,6 +307,11 @@
|
||||
<sha256 value="d0567aec03a5a8fcd8e909fa84ab9727389e292e1952640186e40a5ba50780f8" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation-core" version="1.12.0-beta01">
|
||||
<artifact name="animation-core-1.12.0-beta01.module">
|
||||
<sha256 value="90bb0e2f45c515a6f2453adecc73f6a13f9550897ecfa7c5a6d316b512a57359" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation-core" version="1.2.1">
|
||||
<artifact name="animation-core-1.2.1.module">
|
||||
<sha256 value="9083ac53ad162f4167ecfb895469943504f4cd6a624e612936a5209144c5b6bf" origin="Generated by Gradle"/>
|
||||
@ -320,6 +338,14 @@
|
||||
<sha256 value="66d489454bfcb1230b60ae33c3c1c6c756358ce0ba3ca96c98cda9430c67e21f" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation-core-android" version="1.12.0-beta01">
|
||||
<artifact name="animation-core-android-1.12.0-beta01.module">
|
||||
<sha256 value="0efdcc9a9c8e2f2401fdd527d6b4d41b7eb5666b6de8c0ad2ba1898460c9cb07" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="animation-core.aar">
|
||||
<sha256 value="a14bf8e153ef762e4d92b926f6645608604f7776b0bc67fd596c42ec8ea3a04e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.animation" name="animation-core-android" version="1.9.0">
|
||||
<artifact name="animation-core-android-1.9.0.module">
|
||||
<sha256 value="8f4963bbed56beb8df895e71e889c23c25883518b6ce2192a895c30e9d2fa032" origin="Generated by Gradle"/>
|
||||
@ -364,6 +390,11 @@
|
||||
<sha256 value="894cd7985e2a0a412b55ef3e67c40741638dd172f79964944ac0fbfcd476702d" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation" version="1.12.0-beta01">
|
||||
<artifact name="foundation-1.12.0-beta01.module">
|
||||
<sha256 value="c6b88889aedf41dc41f69c8ec3801f7a6f9490018f9a9ed3bde25048e84749b2" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation" version="1.9.0">
|
||||
<artifact name="foundation-1.9.0.module">
|
||||
<sha256 value="00a1aeb311446fd004f3f66fc32049b53ce6f6b35349385abad3e7b8112060b3" origin="Generated by Gradle"/>
|
||||
@ -385,6 +416,14 @@
|
||||
<sha256 value="a6aac6be46b7756982436b11118d3e630f9a1845e167bf821ae6986ef2c45895" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation-android" version="1.12.0-beta01">
|
||||
<artifact name="foundation-android-1.12.0-beta01.module">
|
||||
<sha256 value="65853e2a8aa7260ce5b3388c262f3fbfd50d7fd206ab459df53d17cd217ff8be" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="foundation.aar">
|
||||
<sha256 value="b60332c2bf1254baf45731de43ea515e130457790a0e7d678bd53563c7f7bf7e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation-android" version="1.9.0">
|
||||
<artifact name="foundation-android-1.9.0.module">
|
||||
<sha256 value="2b7ce3caf699b8168464ac35b77ce88a708bee4a6e549ed2bc3cc8fe3342b019" origin="Generated by Gradle"/>
|
||||
@ -403,6 +442,11 @@
|
||||
<sha256 value="7dfae079687f629235fde74e818df8c7c6b6e8f857c8e07d8d73990e22464dd7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation-layout" version="1.12.0-beta01">
|
||||
<artifact name="foundation-layout-1.12.0-beta01.module">
|
||||
<sha256 value="fcfdd84879e132be37364cfa2ddf97dccce204cdddffa5f967fbb3030b7ad2e3" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation-layout" version="1.9.0">
|
||||
<artifact name="foundation-layout-1.9.0.module">
|
||||
<sha256 value="8546ba21a153237418e0ff0807e4a7cc20a938f27009186572083e6b5c7cc4cf" origin="Generated by Gradle"/>
|
||||
@ -424,6 +468,14 @@
|
||||
<sha256 value="23ff32f548deccf48d1e2094a868b08ed738a01de1d65940d68633bcdd04bf33" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation-layout-android" version="1.12.0-beta01">
|
||||
<artifact name="foundation-layout-android-1.12.0-beta01.module">
|
||||
<sha256 value="153df459f623366d271cdcbd86cbc8aaa3e7e665de257ae5c50d0d55b40e4628" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="foundation-layout.aar">
|
||||
<sha256 value="edd80d179de4bedd6fd5310f44ac739314dbadffc799e5677ec31867b95a3360" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.foundation" name="foundation-layout-android" version="1.9.0">
|
||||
<artifact name="foundation-layout-android-1.9.0.module">
|
||||
<sha256 value="ef9e24ad14a3328a049d4ac3de2a7179fb3967d0dfde80fd640954ece654c605" origin="Generated by Gradle"/>
|
||||
@ -479,6 +531,11 @@
|
||||
<sha256 value="14c1f10781d5ef502a2d9dd3b6709c12ee85b9d794306fe9903e0111dcbedd41" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material" name="material-ripple" version="1.12.0-beta01">
|
||||
<artifact name="material-ripple-1.12.0-beta01.module">
|
||||
<sha256 value="cb2857b31237d735299e77acf545b4d335a6c66caa84149701c74a1089bc6f71" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material" name="material-ripple" version="1.9.0">
|
||||
<artifact name="material-ripple-1.9.0.module">
|
||||
<sha256 value="a0a809cfcb2ad667875a0fb1a7d5a247a2c798be219a613d6d380f9109917d6b" origin="Generated by Gradle"/>
|
||||
@ -492,6 +549,14 @@
|
||||
<sha256 value="38bd10db57ffd6f82fc6f32443e379fb640ae93e138bdd31daea0d584441b10e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material" name="material-ripple-android" version="1.12.0-beta01">
|
||||
<artifact name="material-ripple-android-1.12.0-beta01.module">
|
||||
<sha256 value="31975ffb88e00c7b58b8ed14f639b81124e4895cd26d8616232ec9a862400451" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="material-ripple.aar">
|
||||
<sha256 value="291f3bf00f3af82b6d237225a17c42e22fdf874c73f6e8030a847cf7a02e802d" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material" name="material-ripple-android" version="1.9.0">
|
||||
<artifact name="material-ripple-android-1.9.0.module">
|
||||
<sha256 value="e8de754b6f8c3eda1e0c3a28f03393988f0084102ce46f62c72982166a0d450f" origin="Generated by Gradle"/>
|
||||
@ -510,6 +575,11 @@
|
||||
<sha256 value="757081d128daf8801c1dd9acc431fa5269e656b28a0a490ae98ccee68e9c3452" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material3" name="material3" version="1.5.0-alpha25">
|
||||
<artifact name="material3-1.5.0-alpha25.module">
|
||||
<sha256 value="697388f14dffa3e1160850ac1d3f5842199d7ff69081cc54847eab2c1c41ce35" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material3" name="material3-android" version="1.3.1">
|
||||
<artifact name="material3-android-1.3.1.module">
|
||||
<sha256 value="28281afd279ec875a12736769cf80acfc6c1b4d24f8604a10323d2ff3d2c8e38" origin="Generated by Gradle"/>
|
||||
@ -526,6 +596,14 @@
|
||||
<sha256 value="3a37e8b36df3822fe1e6059f0f9fafda8800388860477624ac1b9422c418a36e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material3" name="material3-android" version="1.5.0-alpha25">
|
||||
<artifact name="material3-android-1.5.0-alpha25.module">
|
||||
<sha256 value="6a1e949b374ba73d9da72733d5ff4e545f4a4221ab81486b4d736330dd2be3d6" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="material3.aar">
|
||||
<sha256 value="bf09d0c5bd06d33d828c44dd04a537e76528ef2476bb4d802a329a83cb0a618b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material3" name="material3-desktop" version="1.3.1">
|
||||
<artifact name="material3-desktop-1.3.1.jar">
|
||||
<sha256 value="d58cb83edc6271d30d25882f5ecba765aaafe60b7dd88b6adec99881bc8801ab" origin="Generated by Gradle"/>
|
||||
@ -534,6 +612,19 @@
|
||||
<sha256 value="89a673451d542de4819c0da6c0c680f5cc15d93e234eb67a3feed3a1a774d348" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material3" name="material3-ripple" version="1.5.0-alpha25">
|
||||
<artifact name="material3-ripple-1.5.0-alpha25.module">
|
||||
<sha256 value="a07d8508b563046599c3c9f22d54b3093fb74a933deb252a8632d632c1a58a51" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.material3" name="material3-ripple-android" version="1.5.0-alpha25">
|
||||
<artifact name="material3-ripple-android-1.5.0-alpha25.module">
|
||||
<sha256 value="3e6b3f5f949906a71c55334d0eb32521aba8c613e6240aca2568d724a6ba55fb" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="material3-ripple.aar">
|
||||
<sha256 value="11774f26246f933ec39413c13dc6de5de2f09beaa397d38658c78cef00dc9aa5" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime" version="1.11.0">
|
||||
<artifact name="runtime-1.11.0.module">
|
||||
<sha256 value="5eb69a4c9c80ff669326fc654450a322e3c748beafad6026cf3f2a973ed124ef" origin="Generated by Gradle"/>
|
||||
@ -544,6 +635,11 @@
|
||||
<sha256 value="c69a9b0b45a8f5b936908893bc8eeae7697a8be7206a29c0bb488a244d9df027" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime" version="1.12.0-beta01">
|
||||
<artifact name="runtime-1.12.0-beta01.module">
|
||||
<sha256 value="dd1d6adaea20847d2a1b0b2f29619b5033130139bcf77f1b1fd23daa8bbc998e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime" version="1.7.0">
|
||||
<artifact name="runtime-1.7.0.module">
|
||||
<sha256 value="7b9351b0ff6df9276d02d40f12765ae55bf5c6dfb8ff8df4c77dfca138fb9fc1" origin="Generated by Gradle"/>
|
||||
@ -570,6 +666,14 @@
|
||||
<sha256 value="18fd863f42c06100a046dbc2e04f420db0c1b5196d2b63a9006ee8464c69738d" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-android" version="1.12.0-beta01">
|
||||
<artifact name="runtime-android-1.12.0-beta01.module">
|
||||
<sha256 value="aa0829b0c49561e0c9c287c256ba5b55bf33814ca5005e5da19c6f5ed773ac40" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="runtime.aar">
|
||||
<sha256 value="1360bc9f20e285a1e36b9409579f6e143a40ce08b347f1c3e5af78217e097e93" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-android" version="1.9.0">
|
||||
<artifact name="runtime-android-1.9.0.module">
|
||||
<sha256 value="14535fbae36e4369c54ef886a8aa112a7143437827b8f57ea5262d2e30403a7e" origin="Generated by Gradle"/>
|
||||
@ -585,6 +689,11 @@
|
||||
<sha256 value="b319d0c2e7176d4a195c3b7f3541bcbf3467cc7ee2d7cab15e325fcda237c43d" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-annotation" version="1.12.0-beta01">
|
||||
<artifact name="runtime-annotation-1.12.0-beta01.module">
|
||||
<sha256 value="19bb8e3dff89facf54cb20995d3fb195d0fb43db1165b498e4034e6f6c48a576" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-annotation" version="1.9.0">
|
||||
<artifact name="runtime-annotation-1.9.0.module">
|
||||
<sha256 value="688fcf7a90c7c7ab2ee2017eadeb9cda29f35ae17e6aadec72dfd0740f02e624" origin="Generated by Gradle"/>
|
||||
@ -606,6 +715,14 @@
|
||||
<sha256 value="ea7cc60386f10fe5b33f57f366c294859c1f860cbfa77b437a11f1f0ac7bc4fd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-annotation-android" version="1.12.0-beta01">
|
||||
<artifact name="runtime-annotation-android-1.12.0-beta01.module">
|
||||
<sha256 value="65a9405aadc42db0b01014f447e6ec62ef0d7e259a0c868b4a5f6e0f5e600bc9" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="runtime-annotation.aar">
|
||||
<sha256 value="d04de7b99938c3c9e4a204a061c224cc4ae0b9ba4fa42edfff88be5234be816f" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-annotation-android" version="1.9.0">
|
||||
<artifact name="runtime-annotation-android-1.9.0.module">
|
||||
<sha256 value="65f794dfedc6bfb05a75d92022e623d9b626616bbafada20cb854ec91d7004c5" origin="Generated by Gradle"/>
|
||||
@ -621,6 +738,11 @@
|
||||
<sha256 value="f02677bd6378f51d67d4e5b426659b9fafe646c41f5c9f5fe116729dfdb89eba" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-retain" version="1.12.0-beta01">
|
||||
<artifact name="runtime-retain-1.12.0-beta01.module">
|
||||
<sha256 value="4b6fae141b01d02fd112038abf8b11ea660d83ca536cf7c5f492b89a5af1a60a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-retain-android" version="1.11.0">
|
||||
<artifact name="runtime-retain-android-1.11.0.module">
|
||||
<sha256 value="b968c4d4e3d8f8cfb1c0275ad2d5f658820b2c39995f17bae66e9a206ed6cd67" origin="Generated by Gradle"/>
|
||||
@ -637,6 +759,14 @@
|
||||
<sha256 value="48d960544c81e82b674e86e04ead25eeb5d05a54948b6b2ca8690cc94067e600" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-retain-android" version="1.12.0-beta01">
|
||||
<artifact name="runtime-retain-android-1.12.0-beta01.module">
|
||||
<sha256 value="9c4327ce0eedffa31d7ffd6a9e93f962c57cc16fe4feac1a0c23df93608911be" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="runtime-retain.aar">
|
||||
<sha256 value="5faedd2df3182357954a3ca044c8473ecc508c2bee9e312fc172c675664af6bd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-saveable" version="1.11.0">
|
||||
<artifact name="runtime-saveable-1.11.0.module">
|
||||
<sha256 value="3b8bf1e5d7075112f8bf522d3ce4c6789e5c852ee1d89328a0348b7a09417adf" origin="Generated by Gradle"/>
|
||||
@ -647,6 +777,11 @@
|
||||
<sha256 value="80e0d149895d7d7a3fbaf0e14b50ad6d52bf0acd0e1d92bbb2dce22d85b1a8db" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-saveable" version="1.12.0-beta01">
|
||||
<artifact name="runtime-saveable-1.12.0-beta01.module">
|
||||
<sha256 value="42582558b9cc0d83ddae4d47de4802636316d83d343142b73a7a7bd214a183d9" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-saveable" version="1.7.0">
|
||||
<artifact name="runtime-saveable-1.7.0.module">
|
||||
<sha256 value="574f7a02d2aa493ed9a34a5f385672266e974bbeea350327454ea008bdd2ed97" origin="Generated by Gradle"/>
|
||||
@ -668,6 +803,14 @@
|
||||
<sha256 value="75acd64c040fc768dd38b6f40c2e46de0dee13cd1f828e4c3480dd7745c737c1" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-saveable-android" version="1.12.0-beta01">
|
||||
<artifact name="runtime-saveable-android-1.12.0-beta01.module">
|
||||
<sha256 value="7fb1f285cfc6a2e59170ccadf374c4fc01e7fd2be412aae9469e506bc77029f7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="runtime-saveable.aar">
|
||||
<sha256 value="a7911ccb7b54d50cc01d5c9793995167b0536f11f06273d89e0c945ea5990d44" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.runtime" name="runtime-saveable-android" version="1.7.0">
|
||||
<artifact name="runtime-saveable-android-1.7.0.module">
|
||||
<sha256 value="14f53cf2c80105c75eeb5bf19904439ad5dfa4327ddd944829dcb7283ada0960" origin="Generated by Gradle"/>
|
||||
@ -693,6 +836,16 @@
|
||||
<sha256 value="0333394f5bcc70b2b56fe7c2fab22607aa6bdd57db33d66216dfae50c9ec1ccd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui" version="1.12.0-beta01">
|
||||
<artifact name="ui-1.12.0-beta01.module">
|
||||
<sha256 value="238f91638a5e70179690169dc1646e271492f6139791166d2975592c7308dcb7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui" version="1.7.0">
|
||||
<artifact name="ui-1.7.0.module">
|
||||
<sha256 value="c7fe0e19ff4ea201ffdcde5637b08225b845610bdd6da81b86dbd5f7abfb4d9c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui" version="1.9.0">
|
||||
<artifact name="ui-1.9.0.module">
|
||||
<sha256 value="8360e8f459820174829ffe5857aa45dad429786a60128f83c2c407f5e5820ce0" origin="Generated by Gradle"/>
|
||||
@ -714,6 +867,14 @@
|
||||
<sha256 value="893c3b0a4f90631bbd8cc053a0271e51c525b427b900cc10c6f1a4b3c89e3041" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-android-1.12.0-beta01.module">
|
||||
<sha256 value="4edb5ac343e592fb9be1f9d15a6238620d5bdb276afa1a0ddfc364a1671f4b18" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui.aar">
|
||||
<sha256 value="03d571f1624a2a42173f571dd1ef6d9614c5a086e8a86aba75ccdbdb99e9dafb" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-android" version="1.9.0">
|
||||
<artifact name="ui-android-1.9.0.module">
|
||||
<sha256 value="1df28fb7a1a05ef00961af3c687edc3beda4568d7a5d433453fcd46e85a69696" origin="Generated by Gradle"/>
|
||||
@ -732,6 +893,11 @@
|
||||
<sha256 value="e02d01527aa7d0f0492b23da04228041cfd5830a4ab4bec1f2b33099ac2cf1aa" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-geometry" version="1.12.0-beta01">
|
||||
<artifact name="ui-geometry-1.12.0-beta01.module">
|
||||
<sha256 value="6560fc411f3fffc7ad0b850f8f03cf3d348a0c78484a70a45e15faa7ccd908ae" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-geometry" version="1.9.0">
|
||||
<artifact name="ui-geometry-1.9.0.module">
|
||||
<sha256 value="3a5da828d5c108faa63cdb2d638850f7e9a9e0fb0071b2d6b5298e76fb96ce9e" origin="Generated by Gradle"/>
|
||||
@ -753,6 +919,14 @@
|
||||
<sha256 value="393066ecd102f8cd60e585367dd7bc1c5d2d3ecc3ed82a43aab0668e5ce85285" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-geometry-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-geometry-android-1.12.0-beta01.module">
|
||||
<sha256 value="4b936f620f797d6336bea602f39e2727a973ad3be70b2975db4623ddfd5a5e24" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-geometry.aar">
|
||||
<sha256 value="34e3f23f3a03aac930ced0f3bb1da8439b4e682c7ebc45c7b7ec75c0446ef287" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-geometry-android" version="1.9.0">
|
||||
<artifact name="ui-geometry-android-1.9.0.module">
|
||||
<sha256 value="699650b604706d2cd7f09df375c0181b11adc0fb170c139f828734b4dda7f9a3" origin="Generated by Gradle"/>
|
||||
@ -771,6 +945,11 @@
|
||||
<sha256 value="fcdcb18c9b1e313baac3adaf7c1e459082d15ab6f3e5f2606004aed4a149bf6b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-graphics" version="1.12.0-beta01">
|
||||
<artifact name="ui-graphics-1.12.0-beta01.module">
|
||||
<sha256 value="35185175cc61112268b97d0aac6f6e74010bda6bd421f0de8b41dcaa2cf17ea9" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-graphics" version="1.9.0">
|
||||
<artifact name="ui-graphics-1.9.0.module">
|
||||
<sha256 value="3ff0afd1359948a813e45cdb59a42de9cfaea54bee73335a6b77e4d26f0199da" origin="Generated by Gradle"/>
|
||||
@ -792,6 +971,14 @@
|
||||
<sha256 value="4ccaf8e169c158f74c15a1377a28d62197f8ca209db1a997a81a54624f5db306" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-graphics-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-graphics-android-1.12.0-beta01.module">
|
||||
<sha256 value="2a3bff3ccb2f38deef61dd8e01faf071cc9f9c0dc5d4248f628d70f5399fb7ca" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-graphics.aar">
|
||||
<sha256 value="2a5d6f9edf4749a22032b907db4c74a67bd90614abc15c0f2a3318c4fec40292" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-graphics-android" version="1.9.0">
|
||||
<artifact name="ui-graphics-android-1.9.0.module">
|
||||
<sha256 value="ad4b6c3e71ed5678f47a21141b1ee2ee14cbba7a81253f1e633ab99eb6b3cfdf" origin="Generated by Gradle"/>
|
||||
@ -805,6 +992,11 @@
|
||||
<sha256 value="32c65e3ccdd50206744e652c130e5d83af7ba732a11fc57f3bafed443ac16e10" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test" version="1.12.0-beta01">
|
||||
<artifact name="ui-test-1.12.0-beta01.module">
|
||||
<sha256 value="8fb1f253c4ba5f0480f57c93b840983f08952df56be6850ac37fde93a9cad0db" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-android" version="1.11.4">
|
||||
<artifact name="ui-test-android-1.11.4.module">
|
||||
<sha256 value="2d2ff9c8f05d3a39c0ccf488f59b3415b56b24f30e1a4c21e75782eaea580c8a" origin="Generated by Gradle"/>
|
||||
@ -813,11 +1005,24 @@
|
||||
<sha256 value="e716f2a6adc9e713ad93f7e7fdc50d52b51be3475bf47bf59444eb7fa27c68ca" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-test-android-1.12.0-beta01.module">
|
||||
<sha256 value="e07d987091f4f29af83545aef128f1be34b5d6f4a40ecf825baaa038b722464c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-test.aar">
|
||||
<sha256 value="abff3de4a5c0edc360222fccf8d4630d3c097edaa3ca371150fb6945ad412551" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-junit4" version="1.11.4">
|
||||
<artifact name="ui-test-junit4-1.11.4.module">
|
||||
<sha256 value="7082f9ebd6cbf8d9bf09e89fe7896d05ad21dc6d2db38aef380bec8bf4901361" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-junit4" version="1.12.0-beta01">
|
||||
<artifact name="ui-test-junit4-1.12.0-beta01.module">
|
||||
<sha256 value="e79e96cf069facd1b939dfdaffd5c8724fd5f315fd8f0e22673a566df3c23f98" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-junit4-android" version="1.11.4">
|
||||
<artifact name="ui-test-junit4-android-1.11.4.module">
|
||||
<sha256 value="7f037ee43b4041ad0e7480d10b41fd1316269e814abe2116758223d3edf1071a" origin="Generated by Gradle"/>
|
||||
@ -826,6 +1031,14 @@
|
||||
<sha256 value="4dcbb44d0a6024ac74b7bf9e9a549c7751868d87ea3472abaf38f6633ef0dab0" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-junit4-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-test-junit4-android-1.12.0-beta01.module">
|
||||
<sha256 value="132b157044ff27de43e9a81080abaa20c5fe0869418507d0a9176c46f1e076c5" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-test-junit4.aar">
|
||||
<sha256 value="599bf80f641e865b54e3851f9c3c632c06a50bd79ba714f1f9a970400e832cbc" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-manifest" version="1.11.4">
|
||||
<artifact name="ui-test-manifest-1.11.4.aar">
|
||||
<sha256 value="3d13ea3c583e8bfcf984d15d2a54575fa3faf885e607091ccd75a90de781a742" origin="Generated by Gradle"/>
|
||||
@ -834,6 +1047,14 @@
|
||||
<sha256 value="6781199dcc1e8afda919b9e53de3eefcdc95e57ba2557dfb56155dbc1970d92b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-test-manifest" version="1.12.0-beta01">
|
||||
<artifact name="ui-test-manifest-1.12.0-beta01.aar">
|
||||
<sha256 value="f44638ce6d1851cb2c05d17fe41e6f7b9c8d49c933d998ec67fd6986cfb9c20c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-test-manifest-1.12.0-beta01.module">
|
||||
<sha256 value="0bc31b5179b42659477173e0fdc9d5e4de44ba842fa85af3ede5756ac12659ce" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-text" version="1.11.0">
|
||||
<artifact name="ui-text-1.11.0.module">
|
||||
<sha256 value="bdfc57b43abd8b317d82e51054f8156ea1b2c8b652d1de3619f35a793272fc5b" origin="Generated by Gradle"/>
|
||||
@ -844,6 +1065,11 @@
|
||||
<sha256 value="4768c93d93cae4b295626ee974f1d35c5d2ea58adc78f5385eadfb039b934087" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-text" version="1.12.0-beta01">
|
||||
<artifact name="ui-text-1.12.0-beta01.module">
|
||||
<sha256 value="66fdd92c66a5cb6006c59f4bbb216e3bc479afb30de6ddb3b84416a17c60ac80" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-text" version="1.9.0">
|
||||
<artifact name="ui-text-1.9.0.module">
|
||||
<sha256 value="87cdc26a22ca300e493ef6833f134b4e8c75d519d971e4a26090ff5f1879678a" origin="Generated by Gradle"/>
|
||||
@ -865,6 +1091,14 @@
|
||||
<sha256 value="01284212abb9ab6bba5de336adbe392888bba53711d8293c6713f5c2b56313fd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-text-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-text-android-1.12.0-beta01.module">
|
||||
<sha256 value="7963c6a0adb0152a7db4c8ec366e79a2bb668511850f5e3eacd45ff60a9f1c26" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-text.aar">
|
||||
<sha256 value="71bb4001f7d3f36aabe4c4b9e389a1c2d36e76a8ee2095de4d6c9541379a47ff" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-text-android" version="1.9.0">
|
||||
<artifact name="ui-text-android-1.9.0.module">
|
||||
<sha256 value="c3e32fd701155eaf6a36be43da74fa8b1c3a8d20165ab206ae37e383afe8e34c" origin="Generated by Gradle"/>
|
||||
@ -883,6 +1117,11 @@
|
||||
<sha256 value="45b3357c1dbc42dd7535de8aa4fa976091500419471c46cc957327a348fd061a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling" version="1.12.0-beta01">
|
||||
<artifact name="ui-tooling-1.12.0-beta01.module">
|
||||
<sha256 value="8541da0bd6f81c1bda5d398aec60be8453245d31319250a11f0512e4e20e4d0f" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling" version="1.9.0">
|
||||
<artifact name="ui-tooling-1.9.0.module">
|
||||
<sha256 value="938e3abd5eacf9e921360e36b150e01fa7f96570d991edeb0f591f0d2f6b2d78" origin="Generated by Gradle"/>
|
||||
@ -904,6 +1143,14 @@
|
||||
<sha256 value="dd50fb8e34deeba0cf30c5ff33cd7e528f1b82c9ad28bf7960027ae522d0b346" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-tooling-android-1.12.0-beta01.module">
|
||||
<sha256 value="10a0bada3df0a48330f8e56a6f8fa759626733ce86983efbb36fa51a3e356637" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-tooling.aar">
|
||||
<sha256 value="1a4789d4873c4a027af5f0b19b0ff4cb272699fc15b8fd8c61e725bde05219e7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-android" version="1.9.0">
|
||||
<artifact name="ui-tooling-android-1.9.0.module">
|
||||
<sha256 value="2a80fc52af7c9bb391e2b22142a0dfe81d539b308e70ce4511f5d40e563b5cab" origin="Generated by Gradle"/>
|
||||
@ -922,6 +1169,11 @@
|
||||
<sha256 value="7a7e36282054cf3f294392360d3704ac1269e2b5c98750f5c3a27b746fcc079c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-data" version="1.12.0-beta01">
|
||||
<artifact name="ui-tooling-data-1.12.0-beta01.module">
|
||||
<sha256 value="4cae6cee775ed59684207e187a4f3e1d42b22a82e401cf7b8b893e9f87b1bd0c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-data" version="1.9.0">
|
||||
<artifact name="ui-tooling-data-1.9.0.module">
|
||||
<sha256 value="8aa32d94675d2359b234c740308b38b5e5ca574e62f3c2404531a1611a56608e" origin="Generated by Gradle"/>
|
||||
@ -943,6 +1195,14 @@
|
||||
<sha256 value="d3503757d5d0c3be25fe648ed0cd103ee339c6901ae560306e7b380e9182bf1a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-data-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-tooling-data-android-1.12.0-beta01.module">
|
||||
<sha256 value="c5466379e10d3a452857bc1ad8db3c50c9523764075acfeef600e6d709a29aeb" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-tooling-data.aar">
|
||||
<sha256 value="64c39cf34e91f3951fa979ffa580239277afbd9c8db23f6c4baf047054f27bb4" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-data-android" version="1.9.0">
|
||||
<artifact name="ui-tooling-data-android-1.9.0.module">
|
||||
<sha256 value="48bd76734060efb0a38540057ca2e3e400aa8add87dff1ebb1cebe3b518fc65b" origin="Generated by Gradle"/>
|
||||
@ -961,6 +1221,11 @@
|
||||
<sha256 value="f7bf9318da4a6ecf8a1939c1021a5e51fbf0addd43d1ea11e2a62bd46904fdc8" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-preview" version="1.12.0-beta01">
|
||||
<artifact name="ui-tooling-preview-1.12.0-beta01.module">
|
||||
<sha256 value="38c430d25ad41e2cc4c0c6f365b1fe2aa91d43c499e40000d0c812b5d89a4c30" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-preview" version="1.9.0">
|
||||
<artifact name="ui-tooling-preview-1.9.0.module">
|
||||
<sha256 value="49259666ea8aea1700757c4a819b05cd5094ca617ea19eae3e61b5c69b79c85e" origin="Generated by Gradle"/>
|
||||
@ -982,6 +1247,14 @@
|
||||
<sha256 value="86124401724b7e188b09af7f6b5cde5b215a3a273f3d7d6f8a15f898b5803793" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-preview-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-tooling-preview-android-1.12.0-beta01.module">
|
||||
<sha256 value="0a68c64de1a76be5d6b32a8b58da02f464b8912f26b2d61b7aab71a5412581f4" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-tooling-preview.aar">
|
||||
<sha256 value="8cc57bad9f6027c694542fdbb03d7e3094fd87870fa80d6e6bd4c345fc447caf" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-tooling-preview-android" version="1.9.0">
|
||||
<artifact name="ui-tooling-preview-android-1.9.0.module">
|
||||
<sha256 value="20322b6a0bed1badc673440edebe895a8461b317877be929e94d7fc7a7c917a8" origin="Generated by Gradle"/>
|
||||
@ -1000,6 +1273,11 @@
|
||||
<sha256 value="490401c538770db14a75bd9c076a23db8e974367429b07719007bdd7ee0d9ffe" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-unit" version="1.12.0-beta01">
|
||||
<artifact name="ui-unit-1.12.0-beta01.module">
|
||||
<sha256 value="06ff2f6cf41375d4d6874e3a44366444153d6ae761871e6ce12ff5d52a6c2c5c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-unit" version="1.9.0">
|
||||
<artifact name="ui-unit-1.9.0.module">
|
||||
<sha256 value="464a794955862870cadf8f11feec521599b965b7ebe3aedda9c9084cc090ae8b" origin="Generated by Gradle"/>
|
||||
@ -1021,6 +1299,14 @@
|
||||
<sha256 value="8b778afa16102b89da672c3324566e66bbf90e29a2fc7acdc1db1595d976933f" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-unit-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-unit-android-1.12.0-beta01.module">
|
||||
<sha256 value="e4897996929615756f41dd31976c1371d9554affc403a5a16fa0f316c0a5d14b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-unit.aar">
|
||||
<sha256 value="e32513e93a0798da647eea352eee29c8fa45c06f0131d778b71e5f7ae73c73e0" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-unit-android" version="1.9.0">
|
||||
<artifact name="ui-unit-android-1.9.0.module">
|
||||
<sha256 value="f3ee9a6e5d3fb538bf5953e456d93ef55e060e70ad4add7851319c3e52beb46d" origin="Generated by Gradle"/>
|
||||
@ -1039,6 +1325,11 @@
|
||||
<sha256 value="bb3a71fc4b56765d8ec320657ad7854c21deb6350a766953835320f525d5f5e2" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-util" version="1.12.0-beta01">
|
||||
<artifact name="ui-util-1.12.0-beta01.module">
|
||||
<sha256 value="cc07fe29f256ba5224ba8f14e10779ec9dfc5a3ac0c0ed533be3639da0cd4ee6" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-util" version="1.9.0">
|
||||
<artifact name="ui-util-1.9.0.module">
|
||||
<sha256 value="a31ab539216cfe5608601dbc2e25f83a8e110456db0e298ec9d6eed237d54a49" origin="Generated by Gradle"/>
|
||||
@ -1060,6 +1351,14 @@
|
||||
<sha256 value="d6ca2aaed3f71455988b2d7bcc708d7811640309e12f0482598f9d318d1efa45" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-util-android" version="1.12.0-beta01">
|
||||
<artifact name="ui-util-android-1.12.0-beta01.module">
|
||||
<sha256 value="ca87a0e126cbe8479bb72673cf435772b29dc43d599deb0e73901f93112aca95" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="ui-util.aar">
|
||||
<sha256 value="e2494c300944ba1299676ffb9fa84d21b6bd30ecd4877fe6821b8389f368d7d1" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.compose.ui" name="ui-util-android" version="1.9.0">
|
||||
<artifact name="ui-util-android-1.9.0.module">
|
||||
<sha256 value="6613dd7670cea28a829212374a243c389a914a57183e1f2f9d9de47b080e17fd" origin="Generated by Gradle"/>
|
||||
@ -1640,6 +1939,11 @@
|
||||
<sha256 value="15a07a0fdb8ed58a48ca21e981d38ab72b2bbfd96463c33a7050df1c27699a75" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.savedstate" name="savedstate-compose" version="1.3.1">
|
||||
<artifact name="savedstate-compose-1.3.1.module">
|
||||
<sha256 value="23c1fa4559a0fcb59beab64e4e70ad7be45930607e0e2f4f2751529b8d3371c7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.savedstate" name="savedstate-compose" version="1.3.2">
|
||||
<artifact name="savedstate-compose-1.3.2.module">
|
||||
<sha256 value="3e4b8353f8b738e7bf497b8a15631bf5fdf6abd09dcd125c13aeb5048fa6bc13" origin="Generated by Gradle"/>
|
||||
@ -1755,6 +2059,11 @@
|
||||
<sha256 value="b97dd112cd684ad3686f5ccf581b92b106ca76565cf02ccfece060af3bc50743" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.test" name="monitor" version="1.6.0">
|
||||
<artifact name="monitor-1.6.0.pom">
|
||||
<sha256 value="e6e32c3c34a33e81a64fa79ddd06cd47484594e40aea400bbb370ba102bea238" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.test" name="monitor" version="1.6.1">
|
||||
<artifact name="monitor-1.6.1.aar">
|
||||
<sha256 value="2985ce8556989baf7c84342e7f687713c037a39a922e614d1a3ddf1ca3777079" origin="Generated by Gradle"/>
|
||||
@ -4760,6 +5069,11 @@
|
||||
<sha256 value="f65860bce58a2bfadf05fdc516d38333421f0e387fef87e24449c0394c80d254" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.6.4">
|
||||
<artifact name="kotlinx-coroutines-bom-1.6.4.pom">
|
||||
<sha256 value="ab2614855fba66aa8a42514dbe3d5a884315ffe1ed63f5932e710a8006245ce1" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.7.3">
|
||||
<artifact name="kotlinx-coroutines-bom-1.7.3.pom">
|
||||
<sha256 value="4e5d1900e6379ef3f5970d04a8f30529adc82f859e8cc107c21ce8149ef666c4" origin="Generated by Gradle"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user