Skip to content

Commit

Permalink
Add note about ReleaseChannel ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Oct 31, 2024
1 parent 4381bce commit c2acf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/app/grapheneos/apps/core/Repo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ class Repo(json: JSONObject, val eTag: String, val isDummy: Boolean = false) {
}
}

// ReleaseChannel enum entries are expected to be ordered from least stable to most stable by the
// package variant selection code.
enum class ReleaseChannel(@StringRes val uiName: Int) {
alpha(R.string.release_channel_alpha),
beta(R.string.release_channel_beta),
Expand Down

0 comments on commit c2acf99

Please sign in to comment.