Update Sonarqube to 3.3

This commit is contained in:
TacoTheDank 2021-12-04 21:22:15 -05:00
parent 84d87a2e60
commit dbfa4e554b
1 changed files with 1 additions and 1 deletions

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 {