Skip to content

Commit

Permalink
Move proguard file to library
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylwester Zieliński committed Mar 31, 2022
1 parent a180beb commit 6fae6c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/proguard-rules.pro

This file was deleted.

18 changes: 18 additions & 0 deletions lib_dfu/dfu-proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:/Users/alno/AppData/Local/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# 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 *;
#}
-keep class no.nordicsemi.android.dfu.** { *; }

0 comments on commit 6fae6c9

Please sign in to comment.