BeWoApp: neues Launcher-Icon und Notify-Icon
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user