Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Bump appcompat version to 22.2.0 in the sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Jun 17, 2015
1 parent 60cc7f6 commit ae9f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:appcompat-v7:22.2.0'
compile project(':library')
}

0 comments on commit ae9f1d7

Please sign in to comment.