mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user