proguard-rules.pro 913 B

123456789101112131415161718192021222324252627
  1. #
  2. # Nextcloud Talk - Android Client
  3. #
  4. # SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
  5. # SPDX-License-Identifier: GPL-3.0-or-later
  6. #
  7. # Add project specific ProGuard rules here.
  8. # You can control the set of applied configuration files using the
  9. # proguardFiles setting in build.gradle.
  10. #
  11. # For more details, see
  12. # http://developer.android.com/guide/developing/tools/proguard.html
  13. # If your project uses WebView with JS, uncomment the following
  14. # and specify the fully qualified class name to the JavaScript interface
  15. # class:
  16. #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
  17. # public *;
  18. #}
  19. # Uncomment this to preserve the line number information for
  20. # debugging stack traces.
  21. #-keepattributes SourceFile,LineNumberTable
  22. # If you keep the line number information, uncomment this to
  23. # hide the original source file name.
  24. #-renamesourcefileattribute SourceFile