Compare commits
5
Commits
f838507cfc
...
736bffad00
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
736bffad00 | ||
|
|
5f33dd6168 | ||
|
|
e3812710b6 | ||
|
|
1b6140c7f7 | ||
|
|
191ba40623 |
@@ -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"
|
||||||
|
|||||||
+2
-2
@@ -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.1'
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user