Skip to content

Commit

Permalink
Clean up proguard files.
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed May 24, 2024
1 parent 03c5b3f commit ffa0d8b
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 48 deletions.
5 changes: 1 addition & 4 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
-keep class no.nordicsemi.android.wifi.** { *; }
-keep class no.nordicsemi.kotlin.wifi.** { *; }
#-renamesourcefileattribute SourceFile
Empty file removed feature/ble/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions feature/ble/proguard-rules.pro

This file was deleted.

Empty file removed feature/common/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions feature/common/proguard-rules.pro

This file was deleted.

Empty file removed feature/softap/consumer-rules.pro
Empty file.
File renamed without changes.
Empty file removed feature/ui/consumer-rules.pro
Empty file.
5 changes: 3 additions & 2 deletions feature/ui/proguard-rules.pro → lib/domain/module-rules.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
# proguardFiles setting in build.gradle.kts.kts.kts.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
Expand All @@ -18,4 +18,5 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class no.nordicsemi.kotlin.wifi.** { *; }
Empty file.
File renamed without changes.

0 comments on commit ffa0d8b

Please sign in to comment.