/push/:msgtoken funktioniert

This commit is contained in:
Georg Reisinger
2019-02-24 01:38:53 +01:00
parent 510bfe4087
commit 4eda7a13b2
4 changed files with 31 additions and 5 deletions

View File

@ -41,4 +41,6 @@ dependencies {
implementation 'com.github.danielnilsson9:color-picker-view:1.4.0@aar'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'cz.msebera.android:httpclient:4.4.1.2'
}