Compare commits
16 Commits
2154b74413
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3034f08bf4 | |||
|
|
529fb2cf16 | ||
| 27ead287ae | |||
|
|
a6dce9a524 | ||
| 45bbc6d90b | |||
| fb62271321 | |||
|
|
57885f9882 | ||
|
|
a04f0aa75a | ||
| 695f748be5 | |||
|
|
c85e9b6dfa | ||
| 283fa26763 | |||
|
|
cc1272f297 | ||
| 4510ff6f57 | |||
| 155595eca1 | |||
|
|
25c6456bff | ||
|
|
c153710f3d |
@@ -13,8 +13,8 @@ def getCommitCount() {
|
||||
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.21'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.0'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -105,7 +105,7 @@ android {
|
||||
dependencies {
|
||||
implementation 'androidx.compose.ui:ui'
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation 'androidx.compose.material:material:1.11.2'
|
||||
implementation 'androidx.compose.material:material:1.11.3'
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||
implementation 'androidx.navigation:navigation-compose:2.9.8'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
@@ -128,8 +128,8 @@ dependencies {
|
||||
implementation project(":database")
|
||||
implementation project(":crypto")
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.05.01')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.11.2'
|
||||
implementation platform('androidx.compose:compose-bom:2026.06.00')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.11.3'
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
|
||||
//Submodule
|
||||
|
||||
@@ -9,6 +9,6 @@ buildscript {
|
||||
plugins {
|
||||
id 'com.android.application' version '9.2.1' apply false
|
||||
id 'com.android.library' version '9.2.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.14.1' apply true
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.0' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.15.0' apply true
|
||||
}
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
|
||||
networkTimeout=10000
|
||||
retries=0
|
||||
retryBackOffMs=500
|
||||
|
||||
Reference in New Issue
Block a user