-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build flavors instead of download source
#210 Check for application update was using download source - play update and others. Now post fdroid release the app update check should happen for apps which are downloaded from playstore and website. So the the download source checks are modified to build flavor check. https://f-droid.org/en/docs/Release_Channels_and_Signing_Keys/ PLAY, FDROID and WEBSITE flavors. Local blocklist will be available for the website and fdroid flavors. application dependencies are updated to the suggested latest version.
- Loading branch information
1 parent
e210771
commit 6cd41ec
Showing
4 changed files
with
57 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
#Sat Oct 17 13:45:19 IST 2020 | ||
#Thu Mar 11 20:31:16 IST 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip | ||
#Below distributionSha256Sum is added for the issue#210 -FDriod build. | ||
#https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:verification | ||
#https://gitlab.com/fdroid/rfp/-/issues/1552 | ||
#https://github.com/celzero/rethink-app/issues/210 | ||
#App freezes if the checksum verification is failed. | ||
#https://github.com/gradle/gradle/issues/9361 | ||
distributionSha256Sum=381dff8aa434499aa93bc25572b049c8c586a67faff2c02f375e4f23e17e49de |