Mostly icon changes.
This commit is contained in:
@@ -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'])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user