Update sublib and build tools

This commit is contained in:
Marvin W 2017-02-07 19:47:04 +01:00
parent 3ec8e73a39
commit cab19bae72
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
4 changed files with 10 additions and 10 deletions

View File

@ -15,8 +15,8 @@ android:
components:
- tools
- platform-tools
- build-tools-24.0.3
- android-24
- build-tools-25.0.2
- android-25
- extra-android-m2repository
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013-2016 microG Project Team
* Copyright 2013-2017 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -19,19 +19,19 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}
allprojects {
apply plugin: 'idea'
ext.androidBuildVersionTools = "24.0.3"
ext.androidBuildVersionTools = "25.0.2"
}
def androidCompileSdk() { return 24 }
def androidCompileSdk() { return 25 }
def androidTargetSdk() { return 24 }
def androidTargetSdk() { return 23 }
def androidMinSdk() { return 9 }

@ -1 +1 @@
Subproject commit 35cc6b4b654571ecbc2817c0d2c8f6668bff66c0
Subproject commit 1ba288e000a544b5a50fa9dc7d60698a84bb4b10

View File

@ -1,6 +1,6 @@
#Wed Jan 14 11:55:04 CET 2015
#Tue Feb 7 18:49:43 UTC 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip