summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorWill Szumski <will@cowboycoders.org>2016-11-24 20:40:52 +0000
committeryvesf <yvesf-git@xapek.org>2016-11-28 19:53:44 +0100
commit04912777fdbd9799710756c2478f2d5927675e23 (patch)
treeb1a6ec3e8f892dade973d4c5e7cf7bae8fd95b05 /build.gradle
parentd8e779e7d384be5c9f2a977a43a02b70de69e352 (diff)
downloadandiodine-04912777fdbd9799710756c2478f2d5927675e23.tar.gz
andiodine-04912777fdbd9799710756c2478f2d5927675e23.zip
Use stable API to detect system nameservers
Motivation: __system_get_property is a hidden api and has already been removed from the ndk once
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 779e8e3..25b4423 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
apply plugin: 'com.android.application'
android {
- compileSdkVersion 15
+ compileSdkVersion 21
buildToolsVersion "21.1.2"
sourceSets.main {