Skip to content

Commit

Permalink
Updating library versions.
Browse files Browse the repository at this point in the history
Picking up new support/test library versions.
This allows the next CL to remove most of the custom logging
rules that are defined in the project.

Change-Id: I93d890088f7678a27f7d6a7a6d9dc2f2782f5372
  • Loading branch information
PaulRashidi committed May 18, 2016
1 parent 35e11ff commit e659829
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "com.google.android.perftesting"
Expand All @@ -27,21 +27,21 @@ android {
}

dependencies {
String supportLibVersion = "23.1.1"
String supportLibVersion = "23.4.0"
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:${supportLibVersion}"
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
compile "com.android.support:support-v4:${supportLibVersion}"
compile 'com.github.bumptech.glide:glide:3.6.1'

// TODO(developer): Comment in the following dependencies to enable Espresso and related libraries in this project.
// Force the use of 23.1.0 of the annotations library because the app compile dependencies
// require this version transitively, but an androidTestCompile dependency requires a different
// version. See http://goo.gl/iH4WDq for more info.
// Force the use of a specific version of the annotations library because the app compile
// dependencies require this version transitively, but an androidTestCompile dependency
// requires a different version. See http://goo.gl/iH4WDq for more info.
// androidTestCompile "com.android.support:support-annotations:${supportLibVersion}"
// androidTestCompile 'com.android.support.test:runner:0.3'
// androidTestCompile 'com.android.support.test:rules:0.3'
// androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2'
// androidTestCompile 'com.android.support.test:runner:0.5'
// androidTestCompile 'com.android.support.test:rules:0.5'
// androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
}

// Create performance testing tasks for all connected Android devices using a Gradle plugin defined
Expand Down

0 comments on commit e659829

Please sign in to comment.