Upgrade Android checkstyle to 9.0.1

Adapt checkstyle.xml to match the latest version, and remove a line
break between imports which trigger a checkstyle volation.
This commit is contained in:
Romain Vimont 2021-10-30 11:23:51 +02:00
commit 0c9666b733
3 changed files with 9 additions and 29 deletions

View file

@ -2,7 +2,6 @@ package com.genymobile.scrcpy;
import android.view.KeyEvent;
import android.view.MotionEvent;
import org.junit.Assert;
import org.junit.Test;