Skip to content
Closed
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx12g -XX:MaxMetaspaceSize=4g -XX:+CrashOnOutOfMemoryError
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false

# Daemons workers
org.gradle.workers.max=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
-dontwarn org.mockito.internal.**
-dontwarn org.jetbrains.annotations.**
-dontwarn io.sentry.android.replay.ReplayIntegration
-dontwarn io.sentry.android.fragment.FragmentLifecycleIntegration
-dontwarn io.sentry.android.timber.SentryTimberIntegration
-keep class curtains.** { *; }
Loading