aboutsummaryrefslogtreecommitdiff
path: root/tests/applibtest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/applibtest')
-rw-r--r--tests/applibtest/app/build.gradle2
-rw-r--r--tests/applibtest/lib/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/applibtest/app/build.gradle b/tests/applibtest/app/build.gradle
index abc0dbd..8d1c513 100644
--- a/tests/applibtest/app/build.gradle
+++ b/tests/applibtest/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'android'
android {
- target = "android-15"
+ compileSdkVersion 15
}
//
diff --git a/tests/applibtest/lib/build.gradle b/tests/applibtest/lib/build.gradle
index 5ca87af..99ff711 100644
--- a/tests/applibtest/lib/build.gradle
+++ b/tests/applibtest/lib/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'android-library'
android {
- target = "android-15"
+ compileSdkVersion 15
defaultConfig {
testPackageName = "com.android.tests.testprojecttest.testlib"