From fd8755b054fcf9e663ba3b3c6a0303afac692b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 30 Aug 2022 11:57:24 -0400 Subject: [PATCH] misc: update swig version in README Change-Id: Ie66f9c4e3ae1907ec75d5786eb16ac0618935e62 GitLab: #1090 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0afc9304..fd527f7ca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ like this in your .bashrc (or equivalent): export ANDROID_HOME=$ANDROID_SDK export PATH=$ANDROID_SDK/platform-tools:${PATH} -install swig-2.0.6 or later and python-2.7 or later on your system +install swig-4.0.0 or later and python-3.7 or later on your system ## Build instructions -- GitLab