BeWoApp: neues Launcher-Icon und Notify-Icon

This commit is contained in:
staccatomamba
2016-07-25 14:48:35 +02:00
parent 2823f2840f
commit ddafedea6b
35 changed files with 89 additions and 103 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion '23.0.2'
buildToolsVersion '23.0.3'
defaultConfig {
applicationId "beyondsoft.bewomitarbeiterapp"
@@ -20,13 +20,9 @@ android {
}
dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
// compile files('libs/gson-2.6.2.jar')
// compile files('libs/ksoap2-android-assembly-3.6.0-jar-with-dependencies.jar')
compile 'com.octo.android.robospice:robospice:1.4.14'
compile project(':volley')
compile files('src/libs/gson-2.6.2.jar')
compile files('src/libs/ksoap2-android-assembly-3.6.0-jar-with-dependencies.jar')
// compile files('src/libs/robospice-1.4.14.jar')
}