Added api-test app

This commit is contained in:
Alexey Kulish 2016-03-16 19:42:11 +03:00 committed by GaidamakUA
parent dcd126c57e
commit c641a01d62

View file

@ -22,6 +22,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:design:23.2.1'
}