Skip to content

Commit

Permalink
fix: Import @DoNotStrip (#770)
Browse files Browse the repository at this point in the history
<!-- Please provide enough information so that others can review your
pull request. -->
<!-- Keep pull requests small and focused on a single change. -->

### Summary

- Fixes #768

<!-- What existing problem does the pull request solve? Can you solve
the issue with a different approach? -->

### Test plan

<!-- List the steps with which we can test this change. Provide
screenshots if this changes anything visual. -->
  • Loading branch information
mrousavy authored Feb 19, 2025
1 parent 1fde128 commit d3db624
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package com.margelo.nitro.<%- project.package %>

import com.facebook.proguard.annotations.DoNotStrip

@DoNotStrip
class <%- project.name %> : Hybrid<%- project.name %>Spec() {
Expand Down

0 comments on commit d3db624

Please sign in to comment.