fix flip cards redownloading same image with different name

also fix sync for sentry native ndk since this is declared as system scope
This commit is contained in:
Anthony Calosa
2025-08-15 20:34:26 +08:00
parent 2efeb573e6
commit d7cb0b7ac1
2 changed files with 11 additions and 1 deletions

View File

@@ -191,6 +191,10 @@
<groupId>androidx.core</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>io.sentry</groupId>
<artifactId>sentry-native-ndk</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -215,6 +219,10 @@
<groupId>androidx.core</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>io.sentry</groupId>
<artifactId>sentry-native-ndk</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>