Skip to content

Commit f9bf078

Browse files
committed
chore: build android app with release variant
1 parent 1f6bbcb commit f9bf078

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/AndroidApp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build:example:android-consumer:expo": "./gradlew assembleExpoDebug",
7-
"build:example:android-consumer:vanilla": "./gradlew assembleVanillaDebug"
6+
"build:example:android-consumer:expo": "./gradlew assembleExpoRelease",
7+
"build:example:android-consumer:vanilla": "./gradlew assembleVanillaRelease"
88
}
99
}

0 commit comments

Comments
 (0)