diff options
author | Tijmen Wildervanck <Tijmen.Wildervanck@gmail.com> | 2017-10-14 10:09:11 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2017-10-16 20:28:41 +0200 |
commit | 940b88c8b0b11a33cfed1737963a202ae896d328 (patch) | |
tree | c6e38554c31104b25873c650b1ef8da4671fa122 /build.gradle | |
parent | 6986f3eaaa131cbfde815a2a0ffca9b36dc2fbd9 (diff) | |
download | andiodine-940b88c8b0b11a33cfed1737963a202ae896d328.tar.gz andiodine-940b88c8b0b11a33cfed1737963a202ae896d328.zip |
update Buildtools a second time
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2c9d2ab..6b00b57 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion '25.0.2' + buildToolsVersion '25.0.3' sourceSets.main { jniLibs.srcDir 'libs' |