summaryrefslogtreecommitdiff
path: root/prebuilts/gradle/BasicContactables
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2017-01-12 11:04:58 -0800
committerTrevor Johns <trevorjohns@google.com>2017-01-12 12:29:09 -0800
commit2cce381bd5cbf0f41c1059bc63856c9d89509b26 (patch)
treee600df70fde1edecfa53601038bf41ae6e7cc181 /prebuilts/gradle/BasicContactables
parent8287120f3b4447c7c682f75e4b053caea9834743 (diff)
downloadbuild-2cce381bd5cbf0f41c1059bc63856c9d89509b26.tar.gz
Unrevert "Revert "Updating prebuilts for 2016-12 samples release""
This reverts commit a459ec33b93cd017eb52ec45ed0a572002cec03c. Underlying build issues have been fixed by commit a12f246966bc495f818ba18994fd4656336a5eff, and this can now be safely restored. Change-Id: I1b59f3b782a26c1981d197d5937abf9018758d8a
Diffstat (limited to 'prebuilts/gradle/BasicContactables')
-rw-r--r--prebuilts/gradle/BasicContactables/Application/build.gradle14
-rw-r--r--prebuilts/gradle/BasicContactables/README.md4
2 files changed, 9 insertions, 9 deletions
diff --git a/prebuilts/gradle/BasicContactables/Application/build.gradle b/prebuilts/gradle/BasicContactables/Application/build.gradle
index 8010caa1..36eb7fcf 100644
--- a/prebuilts/gradle/BasicContactables/Application/build.gradle
+++ b/prebuilts/gradle/BasicContactables/Application/build.gradle
@@ -5,7 +5,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.3'
+ classpath 'com.android.tools.build:gradle:2.2.3'
}
}
@@ -16,10 +16,10 @@ repositories {
}
dependencies {
- compile "com.android.support:support-v4:24.2.1"
- compile "com.android.support:support-v13:24.2.1"
- compile "com.android.support:cardview-v7:24.2.1"
- compile "com.android.support:appcompat-v7:24.2.1"
+ compile "com.android.support:support-v4:25.0.1"
+ compile "com.android.support:support-v13:25.0.1"
+ compile "com.android.support:cardview-v7:25.0.1"
+ compile "com.android.support:appcompat-v7:25.0.1"
}
// The sample build uses multiple directories to
@@ -31,8 +31,8 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process
android {
- compileSdkVersion 24
- buildToolsVersion "24.0.2"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 18
diff --git a/prebuilts/gradle/BasicContactables/README.md b/prebuilts/gradle/BasicContactables/README.md
index 2e26abb3..746608f5 100644
--- a/prebuilts/gradle/BasicContactables/README.md
+++ b/prebuilts/gradle/BasicContactables/README.md
@@ -25,8 +25,8 @@ For details on how to query the contacts provider, refer to the [Contacts Provid
Pre-requisites
--------------
-- Android SDK 24
-- Android Build Tools v24.0.2
+- Android SDK 25
+- Android Build Tools v25.0.2
- Android Support Repository
Screenshots