1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 17:49:17 +02:00

updated gradle

This commit is contained in:
Stephan Müller 2017-11-14 11:39:16 +01:00
parent 976b64cfd0
commit 877be2ca17
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion '26.0.2'
defaultConfig { defaultConfig {
applicationId "at.bitfire.gfxtablet" applicationId "at.bitfire.gfxtablet"

View file

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.android.tools.build:gradle:3.0.0'
} }
} }
allprojects { allprojects {

View file

@ -1,6 +1,6 @@
#Tue Feb 21 12:16:03 CET 2017 #Tue Nov 14 11:24:09 CET 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip