Skip to content

Commit

Permalink
Android 7 Nougat
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Aug 28, 2016
1 parent 33b68fd commit b03fe48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# configuration for https://travis-ci.org/mapsforge/vtm
sudo: false
language: android
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
- build-tools-24.0.2
- android-24
- extra-android-m2repository
env:
global:
- GRADLE_OPTS="-Xmx2048m -XX:MaxPermSize=512m -Dorg.gradle.parallel=true"
- GRADLE_OPTS="-Xmx2048m"
script: ./gradlew clean build
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

ext.androidBuildVersionTools = "23.0.3"
ext.androidBuildVersionTools = "24.0.2"
ext.gdxVersion = "1.9.3"

// Disable Java 8 doclint
Expand All @@ -25,7 +25,7 @@ allprojects {
}
}

def androidCompileSdk() { return 23 }
def androidCompileSdk() { return 24 }

def androidMinSdk() { return 10 }

Expand Down

0 comments on commit b03fe48

Please sign in to comment.