Skip to content

Commit

Permalink
Rm unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Aug 22, 2024
1 parent e2f6f7f commit 8f83ddb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import okio.IOException
import org.wikipedia.dataclient.okhttp.OkHttpConnectionFactory.client
import org.wikipedia.notifications.NotificationCategory
import org.wikipedia.settings.PrefsIoUtil
import java.util.concurrent.TimeUnit

class AlphaUpdateWorker(
appContext: Context,
Expand Down Expand Up @@ -64,7 +63,6 @@ class AlphaUpdateWorker(
}

companion object {
private val RUN_INTERVAL_MILLI = TimeUnit.DAYS.toMillis(1)
private const val PREFERENCE_KEY_ALPHA_COMMIT = "alpha_last_checked_commit"
private const val ALPHA_BUILD_APK_URL = "https://github.com/wikimedia/apps-android-wikipedia/releases/download/latest/app-alpha-universal-release.apk"
private const val ALPHA_BUILD_DATA_URL = "https://github.com/wikimedia/apps-android-wikipedia/releases/download/latest/rev-hash.txt"
Expand Down

0 comments on commit 8f83ddb

Please sign in to comment.