Skip to content

Commit

Permalink
Exclude spongycastle on proguard. This was causing provisioning to ha…
Browse files Browse the repository at this point in the history
…lt was public key generation was failing.
  • Loading branch information
roshanrajaratnam committed Apr 12, 2022
1 parent 4d0bb1d commit b426b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesh/mesh-proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class no.nordicsemi.android.mesh.** { *; }
-keep class no.nordicsemi.android.mesh.** { *; }
-keep class org.spongycastle.** { *; }

0 comments on commit b426b2c

Please sign in to comment.