Compare commits
4 Commits
1db246eab9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 60bc918153 | |||
|
|
9454b612ce | ||
| f5f472d39e | |||
|
|
58182a51db |
@@ -93,7 +93,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.compose.ui:ui'
|
implementation 'androidx.compose.ui:ui'
|
||||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||||
implementation 'androidx.compose.material:material:1.10.1'
|
implementation 'androidx.compose.material:material:1.10.2'
|
||||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||||
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
||||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||||
@@ -117,7 +117,7 @@ dependencies {
|
|||||||
implementation project(":crypto")
|
implementation project(":crypto")
|
||||||
|
|
||||||
implementation platform('androidx.compose:compose-bom:2026.01.01')
|
implementation platform('androidx.compose:compose-bom:2026.01.01')
|
||||||
implementation 'androidx.compose.ui:ui-tooling:1.10.1'
|
implementation 'androidx.compose.ui:ui-tooling:1.10.2'
|
||||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||||
|
|
||||||
//Submodule
|
//Submodule
|
||||||
|
|||||||
Reference in New Issue
Block a user