Skip to content

Commit

Permalink
Update Support lib
Browse files Browse the repository at this point in the history
- Update support lib version 25.3.0
  • Loading branch information
bret-fears committed Mar 27, 2017
1 parent c0152fb commit a1cce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:appcompat-v7:25.3.0'
testCompile 'junit:junit:4.12'
compile project(':lib')
compile 'com.android.support:recyclerview-v7:25.3.0'
Expand Down

0 comments on commit a1cce7d

Please sign in to comment.