mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Fix the printed versions (were opposite)
(cherry picked from commit 7e36540c21eef4964b73824d8845b2468899981e)
This commit is contained in:
parent
89aa7b649a
commit
ef95046c3e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public final class Server {
|
|||
String clientVersion = args[0];
|
||||
if (!clientVersion.equals(BuildConfig.VERSION_NAME)) {
|
||||
throw new IllegalArgumentException(
|
||||
"The server version (" + clientVersion + ") does not match the client " + "(" + BuildConfig.VERSION_NAME + ")");
|
||||
"The server version (" + BuildConfig.VERSION_NAME + ") does not match the client " + "(" + clientVersion + ")");
|
||||
}
|
||||
|
||||
if (args.length != 9) {
|
||||
|
|
Loading…
Add table
Reference in a new issue