Skip to content

Commit f9da753

Browse files
committed
fix: Don't strip HybridSomeExternalObject
1 parent 1765308 commit f9da753

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/react-native-nitro-test-external/android/src/main/java/com/margelo/nitro/test/external/HybridSomeExternalObject.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
package com.margelo.nitro.test.external
22

3+
import androidx.annotation.Keep
4+
import com.facebook.proguard.annotations.DoNotStrip
5+
6+
@Keep
7+
@DoNotStrip
38
class HybridSomeExternalObject : HybridSomeExternalObjectSpec() {
49
override fun getValue(): String {
510
return "Hello world!"

0 commit comments

Comments
 (0)