From 04912777fdbd9799710756c2478f2d5927675e23 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 24 Nov 2016 20:40:52 +0000 Subject: Use stable API to detect system nameservers Motivation: __system_get_property is a hidden api and has already been removed from the ndk once --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') 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 { -- cgit v1.2.1