1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

Hide filename if not available + upgrade Gradle

This commit is contained in:
jendib
2017-01-24 22:00:24 +01:00
parent bb3faca533
commit 5872928812
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}
apply plugin: 'com.android.application'