Skip to content

Commit

Permalink
Change Proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
LobnaMazhar committed Oct 23, 2021
1 parent 200db74 commit 50a9eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smile-detection/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@

-keepclassmembers class * extends android.app.Activity {
public void *(android.view.View);
}
-keepclassmembers class * extends androidx.fragment.app.Fragment {
*;
}

0 comments on commit 50a9eeb

Please sign in to comment.