From 28b0704c69e52c761066e3e1119c0ff07be9b10b Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 2 Sep 2025 12:04:58 +0300 Subject: [PATCH] fyne+go version updated, build instruction fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff06db4..5e0e272 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The **lexipwn** (pronounced as _lexi-pone_, derived from "pixel" backwards and "pwn") project is a fully free, open-source and universal tool to manipulate device-specific information for Tensor-based Google Pixel smartphones. It comes in two variants: a standalone CLI binary (`lexipwn`) developed in the `lexipwn-cli` subproject and a GUI APK package (`lexipwn.apk`) developed in the `lexipwn-gui` subproject, which has a hard dependency on `lexipwn-cli` (hence shipped in the same repo) and embeds the CLI binary for its own operation. -Both the CLI and GUI variants are written in Go 1.23. +Both the CLI and GUI variants are written in Go 1.24. **Root access is required to run the tool in either variant!**