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 53484b1 commit d308dcfCopy full SHA for d308dcf
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 = 34
13
- const val versionName = "1.4.8"
+ const val versionName = "1.4.9"
14
15
private const val defaultNdkVersion = "25.2.9519653"
16
private const val defaultCMakeVersion = "3.22.1"
0 commit comments