Skip to content

Commit 90348ef

Browse files
fix(deps): update dependency com.google.mediapipe:tasks-vision to v1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42219f4 commit 90348ef

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ dependencies {
312312
// Computer Vision - for background effects during video calls (gplay only; generic/F-Droid
313313
// build excludes this because it transitively pulls in com.google.firebase:firebase-encoders*
314314
// via datatransport, which F-Droid's APK scanner rejects)
315-
"gplayImplementation"("com.google.mediapipe:tasks-vision:0.10.26")
315+
"gplayImplementation"("com.google.mediapipe:tasks-vision:1.0.0")
316316
implementation("io.github.crow-misia.libyuv:libyuv-android:0.43.2")
317317

318318
// Avatar picker

gradle/verification-metadata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<trusting group="androidx.sqlite"/>
4848
<trusting group="androidx.work"/>
4949
<trusting group="com.google.firebase"/>
50+
<trusting group="com.google.mediapipe"/>
5051
<trusting group="^androidx[.]camera($|([.].*))" regex="true"/>
5152
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
5253
<trusting group="^com[.]android($|([.].*))" regex="true"/>
@@ -485,8 +486,8 @@
485486
<trusting group="org.codehaus.mojo"/>
486487
</trusted-key>
487488
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup" name="jsoup" version="1.12.2"/>
488-
<trusted-key id="F3FF33E96F18AA62DD580F9651FBF517CE6D6B80" group="gradle" name="gradle"/>
489489
<trusted-key id="F3BD845679DD6A30F3F50F91597852B0B140F0BC" group="com.caverock" name="androidsvg-aar" version="1.4"/>
490+
<trusted-key id="F3FF33E96F18AA62DD580F9651FBF517CE6D6B80" group="gradle" name="gradle"/>
490491
<trusted-key id="F4DD59C90148BDC52BEB90A4530AA5F25C25011F" group="^org[.]apache($|([.].*))" regex="true"/>
491492
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A" group="org.apache" name="apache"/>
492493
<trusted-key id="FA7929F83AD44C4590F6CC6815C71C0A4E0B8EDD" group="net.java.dev.jna"/>

0 commit comments

Comments
 (0)