Fixed build.gradle

This commit is contained in:
Hristo Hristov
2015-12-16 13:28:01 +02:00
parent d21c8aceca
commit f5dc47bc64
3 changed files with 8 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:support-v4:+'
}