Compare commits
32 Commits
0cc9912b03
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c862b4756 | |||
|
|
6453e56e18 | ||
| ddf56d86ba | |||
|
|
5cc072921d | ||
| 247da0b8b6 | |||
|
|
993524e641 | ||
| c17026509c | |||
|
|
595524f2d1 | ||
| f322e35fcb | |||
| 045ad6eb89 | |||
|
|
8c5f9b988d | ||
|
|
4803c2d59a | ||
| ce827e9c0d | |||
| 4ee6bf0bcf | |||
|
|
80fbb71bfd | ||
|
|
c4d5eb2831 | ||
| 958f23803e | |||
|
|
78afa1163a | ||
| 767723f642 | |||
|
|
43e462256b | ||
| 9986b58fc4 | |||
|
|
86cd3e89eb | ||
| 36ad7a18b3 | |||
| aa29f61e8f | |||
|
|
7412fef388 | ||
|
|
8d5cccf821 | ||
| 1ba0fe6ff4 | |||
| ebba515605 | |||
|
|
bb9f9b2a3f | ||
|
|
8506c7a50d | ||
| 31b91351b1 | |||
|
|
6cffa3ac85 |
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
|
||||
with:
|
||||
submodules: true
|
||||
- name: set up secrets
|
||||
|
||||
@@ -93,21 +93,21 @@ android {
|
||||
dependencies {
|
||||
implementation 'androidx.compose.ui:ui'
|
||||
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'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
|
||||
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
||||
implementation "androidx.security:security-crypto:1.1.0"
|
||||
implementation "androidx.datastore:datastore-preferences:1.1.7"
|
||||
implementation "androidx.datastore:datastore-preferences:1.2.0"
|
||||
implementation "androidx.security:security-crypto:1.1.0"
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
|
||||
implementation 'androidx.camera:camera-lifecycle:1.5.1'
|
||||
implementation 'androidx.camera:camera-view:1.5.1'
|
||||
runtimeOnly 'androidx.camera:camera-camera2:1.5.1'
|
||||
implementation 'androidx.camera:camera-lifecycle:1.5.2'
|
||||
implementation 'androidx.camera:camera-view:1.5.2'
|
||||
runtimeOnly 'androidx.camera:camera-camera2:1.5.2'
|
||||
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0'
|
||||
@@ -116,8 +116,8 @@ dependencies {
|
||||
implementation project(":database")
|
||||
implementation project(":crypto")
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2025.11.00')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.9.4'
|
||||
implementation platform('androidx.compose:compose-bom:2025.12.00')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.10.0'
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
|
||||
//Submodule
|
||||
|
||||
@@ -9,8 +9,8 @@ buildscript {
|
||||
}
|
||||
|
||||
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
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.4.1' apply true
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.5.1' 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.2.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user