Compare commits
26 Commits
937cd31bac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| db10def0fb | |||
|
|
38b0995523 | ||
| a1384e7594 | |||
|
|
fac01dc0ca | ||
| 063649a5df | |||
|
|
bb6baa3fe8 | ||
| 6e0b2632ff | |||
|
|
33cd4c17da | ||
| 62eb91bdf3 | |||
|
|
6a717ca652 | ||
| 0eb8337089 | |||
|
|
a68eceab6d | ||
| 78fefa9bd2 | |||
|
|
dcf8f05657 | ||
| 0a327cbea1 | |||
| 240669f9f2 | |||
|
|
b1c1fe78f3 | ||
|
|
afab88a939 | ||
| 0b5669cb52 | |||
| e7af455803 | |||
|
|
ca8231d988 | ||
|
|
1cf43f41d3 | ||
| 52d2aa37fa | |||
|
|
b1a96d1003 | ||
| d858795a54 | |||
|
|
dbec6ade39 |
@@ -96,7 +96,7 @@ aboutLibraries {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation "androidx.compose.material:material:1.9.5"
|
||||
implementation "androidx.compose.material:material:1.10.0"
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
@@ -105,7 +105,7 @@ dependencies {
|
||||
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation 'androidx.compose.ui:ui'
|
||||
implementation "androidx.activity:activity-ktx:1.12.0"
|
||||
implementation "androidx.activity:activity-ktx:1.12.1"
|
||||
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
@@ -119,6 +119,6 @@ dependencies {
|
||||
implementation 'com.mikepenz:aboutlibraries-core:13.1.0'
|
||||
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2025.11.01')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.9.5'
|
||||
implementation platform('androidx.compose:compose-bom:2025.12.00')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.10.0'
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '8.13.1' apply false
|
||||
id 'com.android.library' version '8.13.1' apply false
|
||||
id 'com.android.application' version '8.13.2' apply false
|
||||
id 'com.android.library' version '8.13.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
|
||||
}
|
||||
Reference in New Issue
Block a user