Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 3a904a4

Browse files
kunall17niftynei
authored andcommitted
Bump up gradle dependencies versions
1 parent a52305d commit 3a904a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ android {
4444
}
4545

4646
dependencies {
47-
compile 'com.android.support:appcompat-v7:24.0.0'
48-
compile 'com.android.support:design:24.0.0'
49-
compile 'com.android.support:recyclerview-v7:24.0.0'
47+
compile 'com.android.support:appcompat-v7:24.1.1'
48+
compile 'com.android.support:design:24.1.1'
49+
compile 'com.android.support:recyclerview-v7:24.1.1'
5050
compile 'com.google.android.gms:play-services-gcm:8.4.0'
5151
compile 'com.google.android.gms:play-services-auth:8.4.0'
52-
compile 'com.j256.ormlite:ormlite-core:4.48'
53-
compile 'com.j256.ormlite:ormlite-android:4.48'
52+
compile 'com.j256.ormlite:ormlite-core:5.0'
53+
compile 'com.j256.ormlite:ormlite-android:5.0'
5454
compile 'commons-lang:commons-lang:2.6'
5555
compile 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
5656
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2') {
@@ -65,7 +65,7 @@ dependencies {
6565
androidTestCompile('com.android.support.test.espresso:espresso-contrib:2.2.2') {
6666
exclude group: 'com.android.support'
6767
}
68-
androidTestCompile('com.android.support:support-annotations:24.0.0') {
68+
androidTestCompile('com.android.support:support-annotations:24.1.1') {
6969
exclude group: 'com.android.support'
7070
}
7171
compile 'com.squareup.picasso:picasso:2.5.2'

0 commit comments

Comments
 (0)