We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320d673 commit bbae32bCopy full SHA for bbae32b
1 file changed
.travis.yml
@@ -32,7 +32,7 @@ before_install:
32
- "rm -rf android-ndk-$NDK_VERSION-linux-x86_64.zip"
33
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
34
- export PATH=${PATH}:${ANDROID_NDK_HOME}
35
- - echo Building creating runtime package with version: $PACKAGE_VERSION
+ - echo "Building creating runtime package with version: $PACKAGE_VERSION"
36
script:
37
- "./gradlew createPackage -i -PpackageVersion=$PACKAGE_VERSION --stacktrace"
38
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
0 commit comments