Compare commits
42 Commits
bea9bb0b96
...
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 | ||
| 937cd31bac | |||
|
|
ad03d60934 | ||
| 55f9e52c19 | |||
|
|
af7ebfc6fb | ||
| 2b3c4cea80 | |||
|
|
16bfc6cbba | ||
| aa0dfa23fa | |||
|
|
4c245337bd | ||
| 00adc184d7 | |||
| 32210875c4 | |||
|
|
63a10cbd12 | ||
|
|
43cca9e874 | ||
| d97c63f75f | |||
| 50e5e74f59 | |||
|
|
94561e2f96 | ||
|
|
23513fc8fb |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: set up secrets
|
||||
run: |
|
||||
|
||||
@@ -96,7 +96,7 @@ aboutLibraries {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation "androidx.compose.material:material:1.9.4"
|
||||
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.11.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.00')
|
||||
debugImplementation 'androidx.compose.ui:ui-tooling:1.9.4'
|
||||
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