We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef61372 commit f03864eCopy full SHA for f03864e
openandroidinstaller/views/select_view.py
@@ -250,7 +250,7 @@ def build(self):
250
Text("Select an OS image:", style="titleSmall"),
251
Markdown(
252
f"""
253
-The image file should look something like `lineage-22.2-20241101-nightly-{self.state.config.device_code}-signed.zip`."""
+The image file should look something like `lineage-23.0-20251001-nightly-{self.state.config.device_code}-signed.zip`."""
254
),
255
Row(
256
[
0 commit comments