1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-26 10:35:50 +01:00

Try to exclude non-free stuff from shortcuts library (#2918)

This commit is contained in:
Andreas Shimokawa 2022-10-04 07:23:11 +02:00
parent 244b758743
commit 857a9bf229

View File

@ -248,7 +248,10 @@ dependencies {
implementation 'com.github.wax911:android-emojify:0.1.7'
implementation 'com.google.protobuf:protobuf-javalite:3.10.0'
implementation 'com.android.volley:volley:1.2.1'
implementation 'androidx.core:core-google-shortcuts:1.0.1'
implementation('androidx.core:core-google-shortcuts:1.0.1') {
exclude group:'com.google.android.gms'
exclude group:'com.google.firebase'
}
// JSR-310 timezones backport for Android, since we're still API 21
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.0'