Skip to content

Commit

Permalink
android support 25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Dec 14, 2016
1 parent 00bf804 commit 9cae22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -95,12 +95,12 @@ dependencies {
exclude module: 'commons-logging'
exclude module: 'httpclient'
}
androidTestCompile 'com.android.support:support-annotations:25.0.1'
androidTestCompile 'com.android.support:support-annotations:25.1.0'
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.2'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.android.support:support-v4:25.0.1'
compile 'com.android.support:support-v4:25.1.0'
compile 'com.google.zxing:android-integration:3.3.0'
compile 'com.google.dagger:dagger:2.8'
apt 'com.google.dagger:dagger-compiler:2.8'
Expand Down

0 comments on commit 9cae22b

Please sign in to comment.