We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624e365 commit dfd3ac8Copy full SHA for dfd3ac8
buildSrc/src/main/kotlin/Versions.kt
@@ -1,3 +1,4 @@
1
+@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
2
object Versions {
3
const val project = "0.4.2-SNAPSHOT"
4
@@ -17,8 +18,6 @@ object Versions {
17
18
19
const val okhttp = "4.11.0"
20
- const val managementPortal = "2.1.0"
21
-
22
const val firebaseAdmin = "9.1.0"
23
const val radarSchemas = "0.8.4"
24
const val ktor = "2.3.5"
0 commit comments