habitica-android/wearos/proguard-rules.pro
Jim 584b274d85
Improve Gradle Configuration (#2093)
* initial migration to gradle kotlin DSL

* initial migration to version catalog

* finalize some last testing task configuration

* delete commented code

* update detekt and test configuration

* implement gradle plugin

* gradle:
 - Removing unused properties in libs.versions.toml
 - Enabling typesafe project accessors
 - Change allUnitTest task from GradleBuild to DefaultTask

* fix always looking for signingrelease.properties

* fix logic for properties

* improve condition

* signing config release

* update configuration based on new changes

---------

Co-authored-by: Jimly Asshiddiqy <jimly.asshiddiqy@accenture.com>
2025-01-30 11:29:19 +01:00

24 lines
No EOL
907 B
Prolog

# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.kts.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.habitrpg.wearos.habitica.** { *; }
-keep class com.habitrpg.common.habitica.** { *; }
-keep class com.habitrpg.shared.habitica.** { *; }