Skip to content

Commit 7be0500

Browse files
committed
Fix Android build: add missing import for ByteArrayOutputStream
1 parent 8ca8dcd commit 7be0500

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import java.io.ByteArrayOutputStream
12
import org.gradle.api.GradleException
23
import org.gradle.api.tasks.Sync
34

0 commit comments

Comments
 (0)