diff options
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build.gradle b/main/build.gradle index f7daecce..2df31211 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -5,7 +5,7 @@ repositories { } dependencies { - compile 'com.intellij:annotations:12.0' + compile 'com.android.support:support-annotations:22.2.0' compile 'com.android.support:cardview-v7:22.2.0' compile 'com.android.support:recyclerview-v7:22.2.0' // compile 'ch.acra:acra:4.5.0' |