Loading .travis.yml 0 → 100644 +18 −0 Original line number Diff line number Diff line language: android git: submodules: false before_install: - git submodule update --init --recursive script: - export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m" - export TERM=dumb - echo sdk.dir $ANDROID_HOME > local.properties - ./gradlew assembleDebug -x lint android: components: - tools - build-tools-23.0.2 - android-23 - extra-android-m2repository unifiednlp-api/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ version = '1.4.0' android { compileSdkVersion 23 buildToolsVersion "23.0.1" buildToolsVersion "23.0.2" compileOptions { sourceCompatibility JavaVersion.VERSION_1_6 } Loading unifiednlp-backend-sample/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ dependencies { } android { compileSdkVersion 22 buildToolsVersion "22.0.0" compileSdkVersion 23 buildToolsVersion "23.0.2" } Loading
.travis.yml 0 → 100644 +18 −0 Original line number Diff line number Diff line language: android git: submodules: false before_install: - git submodule update --init --recursive script: - export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m" - export TERM=dumb - echo sdk.dir $ANDROID_HOME > local.properties - ./gradlew assembleDebug -x lint android: components: - tools - build-tools-23.0.2 - android-23 - extra-android-m2repository
unifiednlp-api/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ version = '1.4.0' android { compileSdkVersion 23 buildToolsVersion "23.0.1" buildToolsVersion "23.0.2" compileOptions { sourceCompatibility JavaVersion.VERSION_1_6 } Loading
unifiednlp-backend-sample/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ dependencies { } android { compileSdkVersion 22 buildToolsVersion "22.0.0" compileSdkVersion 23 buildToolsVersion "23.0.2" }