Mostly icon changes.

This commit is contained in:
2014-03-26 00:26:20 +02:00
parent d43bb2b1d5
commit 9e46c461dc
19 changed files with 141 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion '19.0.1'
defaultConfig {
minSdkVersion 10
@@ -21,5 +21,7 @@ android {
dependencies {
compile 'com.android.support:support-v4:19.0.1'
compile 'com.android.support:appcompat-v7:19.0.1'
compile 'com.nineoldandroids:library:2.4.0'
compile fileTree(dir: 'libs', include: ['*.aar'])
compile fileTree(dir: 'libs', include: ['*.jar'])
}