Skip to content

Commit

Permalink
bump version 1.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: singleNeuron <Cryolitia@gmail.com>
  • Loading branch information
Cryolitia committed Nov 13, 2022
1 parent 08b6cd7 commit c2ed23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/convention/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Version {
val buildToolsVersion = if (Os.isFamily(Os.FAMILY_WINDOWS)) "32.0.0" else "33.0.0"
const val minSdk = 24
const val targetSdk = 33
const val versionName = "1.3.4"
const val versionName = "1.3.5"

private const val defaultNdkVersion = "25.0.8775105"
private const val defaultCMakeVersion = "3.22.1"
Expand Down

0 comments on commit c2ed23e

Please sign in to comment.