mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-04-05 10:52:35 +02:00
fix: removed the proprietary Google Play Core dependencies to make compliant with F-Droid!
This commit is contained in:
@@ -62,6 +62,12 @@ android {
|
||||
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
|
||||
}
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
exclude(group = "com.google.android.play", module = "core")
|
||||
exclude(group = "com.google.android.play", module = "core-common")
|
||||
exclude(group = "com.google.android.play", module = "feature-delivery")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user