diff options
| author | Camil Staps | 2015-08-05 14:34:01 +0200 |
|---|---|---|
| committer | Camil Staps | 2015-08-05 14:34:01 +0200 |
| commit | 4362165d9f9ae4b732d6e1b4453b181c2ac967a2 (patch) | |
| tree | c040ff9b5862b56715d60342c0c73170b5dd0ba2 | |
| parent | Cleanup; travis CI (diff) | |
Updated appcompat
| -rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index a093d65..e050741 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:22.0.0' + compile 'com.android.support:appcompat-v7:21.0.0' compile files('libs/volley.jar') } |
