Merge pull request #271 from markusguenther/markusguenther-patch-1

Update the android SDK version to 25
This commit is contained in:
Hagen Hübel 2017-07-19 21:14:36 +02:00 committed by GitHub
commit 68d8764fff

View File

@ -11,8 +11,8 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 16