File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/src/main/java/org/wikipedia/alphaupdater Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import okio.IOException
18
18
import org.wikipedia.dataclient.okhttp.OkHttpConnectionFactory.client
19
19
import org.wikipedia.notifications.NotificationCategory
20
20
import org.wikipedia.settings.PrefsIoUtil
21
- import java.util.concurrent.TimeUnit
22
21
23
22
class AlphaUpdateWorker (
24
23
appContext : Context ,
@@ -64,7 +63,6 @@ class AlphaUpdateWorker(
64
63
}
65
64
66
65
companion object {
67
- private val RUN_INTERVAL_MILLI = TimeUnit .DAYS .toMillis(1 )
68
66
private const val PREFERENCE_KEY_ALPHA_COMMIT = " alpha_last_checked_commit"
69
67
private const val ALPHA_BUILD_APK_URL = " https://github.com/wikimedia/apps-android-wikipedia/releases/download/latest/app-alpha-universal-release.apk"
70
68
private const val ALPHA_BUILD_DATA_URL = " https://github.com/wikimedia/apps-android-wikipedia/releases/download/latest/rev-hash.txt"
You can’t perform that action at this time.
0 commit comments