fix: removed the proprietary Google Play Core dependencies to make compliant with F-Droid!

This commit is contained in:
Ujwal
2026-02-24 02:46:50 +05:45
parent 5232b8b0a9
commit d4be176f73
2 changed files with 20 additions and 6 deletions

View File

@@ -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 {

View File

@@ -1,6 +1,6 @@
Categories:
- Multimedia
- Social
- Social Network
License: AGPL-3.0-only
SourceCode: https://github.com/Ujwal223/FocusGram
IssueTracker: https://github.com/Ujwal223/FocusGram/issues
@@ -11,13 +11,21 @@ RepoType: git
Repo: https://github.com/Ujwal223/FocusGram
Builds:
- versionName: '0.9.8'
- versionName: 0.9.8-beta.1
versionCode: 1
commit: v0.9.8
commit: v0.9.8-beta.1
subdir: android
gradle:
- yes
output: ../build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.38.7
prebuild:
- echo "flutter.sdk=$$flutter$$" >> local.properties
- $$flutter$$/bin/flutter pub get -C ..
ndk: 28.2.13676358
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '0.9.8'
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.9.8-beta.1
CurrentVersionCode: 1