Skip to content

Commit 74c469f

Browse files
committed
chore(test-app): improve android tester
1 parent 74660d6 commit 74c469f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/test-app/test_android.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
set -e
44

55
pushd project
6-
# rm -rf node_modules
7-
# yarn
8-
96
pushd android
107
export GRADLE_OPTS="-Xmx1024m"
118

12-
# Upgrade the build tools to 3.1.4 and Gradle to 4.4
13-
./gradlew wrapper --gradle-version=4.4
14-
sed -i.bak s/tools.build:gradle:2.2.3/tools.build:gradle:3.1.4/g build.gradle
9+
# Upgrade the Gradle wrapper to 4.6
10+
./gradlew wrapper --gradle-version=4.6
1511

1612
yarn react-native link
1713
popd

0 commit comments

Comments
 (0)