From dcacfdf275a84fe2291751cf1e9b87340975f609 Mon Sep 17 00:00:00 2001 From: Nikita Shakarun Date: Thu, 18 Oct 2018 18:40:58 +0300 Subject: [PATCH] Update travis config --- .travis.yml | 1 + .../javax/microedition/lcdui/GraphicsTest.java | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b45b585a..c2212cbe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ android: - platform-tools - build-tools-28.0.3 - android-28 + - android-23 - extra-google-m2repository - sys-img-armeabi-v7a-android-23 before_install: diff --git a/app/src/androidTest/java/javax/microedition/lcdui/GraphicsTest.java b/app/src/androidTest/java/javax/microedition/lcdui/GraphicsTest.java index 08cc42391..b70b05ab6 100644 --- a/app/src/androidTest/java/javax/microedition/lcdui/GraphicsTest.java +++ b/app/src/androidTest/java/javax/microedition/lcdui/GraphicsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Nikita Shakarun + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package javax.microedition.lcdui; import android.support.test.runner.AndroidJUnit4;