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
1818import org.wikipedia.dataclient.okhttp.OkHttpConnectionFactory.client
1919import org.wikipedia.notifications.NotificationCategory
2020import org.wikipedia.settings.PrefsIoUtil
21- import java.util.concurrent.TimeUnit
2221
2322class AlphaUpdateWorker (
2423 appContext : Context ,
@@ -64,7 +63,6 @@ class AlphaUpdateWorker(
6463 }
6564
6665 companion object {
67- private val RUN_INTERVAL_MILLI = TimeUnit .DAYS .toMillis(1 )
6866 private const val PREFERENCE_KEY_ALPHA_COMMIT = " alpha_last_checked_commit"
6967 private const val ALPHA_BUILD_APK_URL = " https://github.com/wikimedia/apps-android-wikipedia/releases/download/latest/app-alpha-universal-release.apk"
7068 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