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

@@ -0,0 +1,19 @@
apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
defaultConfig {
minSdkVersion 10
targetSdkVersion 19
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}