Skip to content

Commit f8af0e8

Browse files
author
pgs
committed
fix support dependencies to 21.+
1 parent 1c959d0 commit f8af0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737

3838
dependencies {
3939
compile fileTree(dir: 'libs', include: ['*.jar'])
40-
compile 'com.android.support:appcompat-v7:21.0.0'
41-
compile 'com.android.support:support-v4:21.0.0'
40+
compile 'com.android.support:appcompat-v7:21.+'
41+
compile 'com.android.support:support-v4:21.+'
4242
compile 'javax.inject:javax.inject:1@jar'
4343
compile 'com.squareup.dagger:dagger-compiler:1.2.+'
4444
compile 'com.squareup.dagger:dagger:1.2.+'

0 commit comments

Comments
 (0)