Compare commits
8
Commits
a56a29c060
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa57d697ff | ||
|
|
622af28e49 | ||
|
|
1dc05e561e | ||
|
|
4c779e5e80 | ||
|
|
776fe395d8 | ||
|
|
1703171b1a | ||
|
|
e20f80c97e | ||
|
|
28fbc9f050 |
@@ -45,7 +45,7 @@ jobs:
|
||||
run: git checkout -B "$BRANCH"
|
||||
|
||||
- name: set up JDK
|
||||
uses: actions/setup-java@v5
|
||||
uses: actions/setup-java@v6
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: "temurin"
|
||||
|
||||
+2
-2
@@ -107,7 +107,7 @@ dependencies {
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation 'androidx.compose.material:material:1.12.0'
|
||||
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.biometric:biometric:1.2.0-alpha05"
|
||||
@@ -118,7 +118,7 @@ dependencies {
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
|
||||
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.2'
|
||||
|
||||
implementation 'com.google.android.material:material:1.14.0'
|
||||
|
||||
Reference in New Issue
Block a user