fix: Readd unifiedpush deps

This commit is contained in:
Krille Fear 2021-09-26 09:31:46 +02:00
commit 2884a75792
2 changed files with 4 additions and 2 deletions

View file

@ -84,6 +84,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'com.github.UnifiedPush:android-connector:1.2.0' // needed for unifiedpush
}
//apply plugin: 'com.google.gms.google-services'