Shoppinglist CRUD Funktionen

Shoppinglisten Hinzufügen, Bearbeiten und Löschen
Shoppinglisten zeigen jetzt Farben an
This commit is contained in:
Georg Reisinger
2019-01-28 20:03:58 +01:00
parent c3e20bdf95
commit a3ea7191ef
21 changed files with 1056 additions and 86 deletions

View File

@ -29,6 +29,7 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.firebase:firebase-jobdispatcher:0.8.5'
implementation 'com.google.android.gms:play-services-auth:16.0.1'
implementation 'com.firebaseui:firebase-ui-auth:4.1.0'
@ -36,4 +37,6 @@ dependencies {
implementation group: 'postgresql', name: 'postgresql', version: '9.1-901.jdbc4'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:swiperefreshlayout:28.0.0-alpha1'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.github.danielnilsson9:color-picker-view:1.4.0@aar'
}