Remove global update intervals below 12 hours, add every 3 day interval

Users with smaller libraries have a lower change of getting updates frequently. "Power users" are actively hurting sources by updating frequently.
This commit is contained in:
arkon
2021-10-18 09:54:09 -04:00
parent 9352e249ee
commit 9e2ef82902
4 changed files with 12 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ android {
minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 70
versionCode = 71
versionName = "0.12.3"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")