UNPKG

react-native-wordpress-editor

Version:

React Native Wrapper for WordPress Rich Text Editor. The WordPress-Editor is the text editor used in the official WordPress mobile apps to create and edit pages & posts

25 lines (20 loc) 525 B
language: android jdk: oraclejdk8 android: components: - extra-android-m2repository - extra-android-support - platform-tools - tools - build-tools-24.0.0 - android-24 env: global: - GRADLE_OPTS="-XX:MaxPermSize=4g -Xmx4g" - ANDROID_SDKS=android-16 - ANDROID_TARGET=android-16 before_install: # TODO: Remove the following line when Travis' platform-tools are updated to v24+ - echo yes | android update sdk -a --filter platform-tools --no-ui --force script: - ./gradlew build