Compare commits
22
Commits
5ef0efbed6
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa57d697ff | ||
|
|
622af28e49 | ||
|
|
1dc05e561e | ||
|
|
4c779e5e80 | ||
|
|
776fe395d8 | ||
|
|
1703171b1a | ||
|
|
e20f80c97e | ||
|
|
28fbc9f050 | ||
|
|
5f33dd6168 | ||
|
|
e3812710b6 | ||
|
|
1b6140c7f7 | ||
|
|
191ba40623 | ||
|
|
4e81d7a625 | ||
|
|
fec817623f | ||
|
|
20d7916c16 | ||
|
|
3928ce7a05 | ||
|
|
a9c7a7ca7d | ||
|
|
93471f0827 | ||
|
|
ba70aa5982 | ||
|
|
319e09df22 | ||
|
|
a49f5413a5 | ||
|
|
7846320df7 |
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: git checkout -B "$BRANCH"
|
run: git checkout -B "$BRANCH"
|
||||||
|
|
||||||
- name: set up JDK
|
- name: set up JDK
|
||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v6
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
|
|||||||
+5
-5
@@ -107,7 +107,7 @@ dependencies {
|
|||||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||||
implementation 'androidx.compose.material:material:1.12.0'
|
implementation 'androidx.compose.material:material:1.12.0'
|
||||||
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.8'
|
implementation 'androidx.navigation:navigation-compose:2.10.0'
|
||||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||||
|
|
||||||
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
||||||
@@ -117,9 +117,9 @@ dependencies {
|
|||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||||
|
|
||||||
implementation 'androidx.camera:camera-lifecycle:1.6.1'
|
implementation 'androidx.camera:camera-lifecycle:1.6.2'
|
||||||
implementation 'androidx.camera:camera-view:1.6.1'
|
implementation 'androidx.camera:camera-view:1.6.2'
|
||||||
runtimeOnly 'androidx.camera:camera-camera2:1.6.1'
|
runtimeOnly 'androidx.camera:camera-camera2:1.6.2'
|
||||||
|
|
||||||
implementation 'com.google.android.material:material:1.14.0'
|
implementation 'com.google.android.material:material:1.14.0'
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
|
||||||
@@ -129,7 +129,7 @@ dependencies {
|
|||||||
implementation project(":crypto")
|
implementation project(":crypto")
|
||||||
|
|
||||||
implementation platform('androidx.compose:compose-bom:2026.08.00')
|
implementation platform('androidx.compose:compose-bom:2026.08.00')
|
||||||
implementation 'androidx.compose.ui:ui-tooling:1.11.4'
|
implementation 'androidx.compose.ui:ui-tooling:1.12.0'
|
||||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||||
|
|
||||||
//Submodule
|
//Submodule
|
||||||
|
|||||||
+3
-3
@@ -7,8 +7,8 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.3.1' apply false
|
id 'com.android.application' version '9.3.2' apply false
|
||||||
id 'com.android.library' version '9.3.1' apply false
|
id 'com.android.library' version '9.3.2' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.18.0' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.19.1' apply true
|
||||||
}
|
}
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
retries=0
|
retries=0
|
||||||
retryBackOffMs=500
|
retryBackOffMs=500
|
||||||
|
|||||||
Reference in New Issue
Block a user