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 882f5ee commit 224cfe1Copy full SHA for 224cfe1
build-logic/convention/src/main/kotlin/Version.kt
@@ -10,7 +10,7 @@ object Version {
10
val buildToolsVersion = findBuildToolsVersion()
11
const val minSdk = 24
12
const val targetSdk = 35
13
- const val versionName = "1.5.4"
+ const val versionName = "1.5.5"
14
15
private const val defaultNdkVersion = "27.0.12077973"
16
0 commit comments