Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed Jun 8, 2017
1 parent 7cd8482 commit 0cb6e5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Application/build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}

Expand All @@ -16,10 +16,10 @@ repositories {
}

dependencies {
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"
compile "com.android.support:support-v4:25.3.1"
compile "com.android.support:support-v13:25.3.1"
compile "com.android.support:cardview-v7:25.3.1"
compile "com.android.support:appcompat-v7:25.3.1"
compile 'com.squareup.dagger:dagger:1.2.2'
compile 'com.squareup.dagger:dagger-compiler:1.2.2'
compile 'junit:junit:4.12'
Expand Down

0 comments on commit 0cb6e5d

Please sign in to comment.