Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump androidx.camera:camera-core from 1.4.0 to 1.4.1 #65

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion demo/src/main/AndroidManifest.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ main:
- libnative-lib.so:
requiredBy: manifest
required: false
- libsurface_util_jni:
requiredBy: androidx.camera:camera-core
abis:
- arm64-v8a
- armeabi-v7a
- x86
- x86_64
exports:
activity:
- io.github.gmazzo.android.manifest.lock.demo.MainActivity
Expand Down Expand Up @@ -82,4 +89,4 @@ variants:
- armeabi-v7a
- x86
- x86_64
fingerprint: cd890a78b0f882651c0bdecdc3da7405
fingerprint: fd65af36c15f3358f93d1f60da5d15d5
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ diffUtils = { module = "io.github.java-diff-utils:java-diff-utils", version = "4
kotlin-serialization-yaml = { module = "com.charleskorn.kaml:kaml", version = "0.66.0" }

# `demo` project dependencies
androidx-camera = { module = "androidx.camera:camera-core", version = "1.4.0" }
androidx-camera = { module = "androidx.camera:camera-core", version = "1.4.1" }
androidx-workManager = { module = "androidx.work:work-runtime-ktx", version = "2.10.0" }
firebase-crashlytics-ndk = { module = "com.google.firebase:firebase-crashlytics-ndk", version = "19.3.0" }
google-services-maps = { module = "com.google.android.gms:play-services-maps", version = "19.0.0" }
Expand Down
Loading