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 84de848 commit 651aa68Copy full SHA for 651aa68
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.5"
+ const val versionName = "1.5.6"
14
15
private const val defaultNdkVersion = "27.0.12077973"
16
0 commit comments