mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-08-17 11:40:21 +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")
|
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 {
|
dependencies {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
- Social
|
- Social Network
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
SourceCode: https://github.com/Ujwal223/FocusGram
|
SourceCode: https://github.com/Ujwal223/FocusGram
|
||||||
IssueTracker: https://github.com/Ujwal223/FocusGram/issues
|
IssueTracker: https://github.com/Ujwal223/FocusGram/issues
|
||||||
@@ -11,13 +11,21 @@ RepoType: git
|
|||||||
Repo: https://github.com/Ujwal223/FocusGram
|
Repo: https://github.com/Ujwal223/FocusGram
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '0.9.8'
|
- versionName: 0.9.8-beta.1
|
||||||
versionCode: 1
|
versionCode: 1
|
||||||
commit: v0.9.8
|
commit: v0.9.8-beta.1
|
||||||
|
subdir: android
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- 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
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '0.9.8'
|
CurrentVersion: 0.9.8-beta.1
|
||||||
CurrentVersionCode: 1
|
CurrentVersionCode: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user