1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-22 02:53:09 +01:00

Update Sonarqube to 3.3

This commit is contained in:
TacoTheDank 2021-12-04 21:22:15 -05:00
parent 84d87a2e60
commit dbfa4e554b

View File

@ -4,7 +4,7 @@ plugins {
id "kotlin-kapt"
id "kotlin-parcelize"
id "checkstyle"
id "org.sonarqube" version "3.1.1"
id "org.sonarqube" version "3.3"
}
android {