Drop pure bionic build

This commit is contained in:
Javier Serrano Polo
2020-06-10 01:24:56 +02:00
parent 54750f9287
commit 84be701870
5 changed files with 0 additions and 34 deletions

View File

@@ -5,7 +5,6 @@ cache:
- $HOME/pbuilder-bases
matrix:
include:
# - env: TARGET_OS=bionic
- env: TARGET_OS=stretch
before_install:
- "$TRAVIS_BUILD_DIR/travis/$TRAVIS_OS_NAME.$TARGET_OS.before_install"

View File

@@ -1 +0,0 @@
linux.stretch.before_install

View File

@@ -1,11 +0,0 @@
#!/bin/sh
sudo apt-get install -y \
android-sdk \
android-sdk-platform-23 \
apksigner \
default-jdk-headless \
gettext \
gradle \
libgradle-android-plugin-java \
libicu4j-java \
libjaxb-api-java

View File

@@ -1 +0,0 @@
support/script

View File

@@ -1,20 +0,0 @@
buildscript {
repositories {
maven { url "file:///usr/share/maven-repo" }
}
dependencies {
classpath "com.android.tools.build:gradle:debian"
}
}
apply plugin: "com.android.application"
android {
compileSdkVersion 23
buildToolsVersion "27.0.1"
}
dependencies {
compile files("libs/android-support-v4.jar")
}