Skip to content

Commit da70087

Browse files
committed
update version
1 parent 568b1ab commit da70087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/ProjectConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ object ProjectConfig {
55
const val targetSdk = 35
66
const val compileSdk = 35
77
const val ndk = "21.3.6528147"
8-
const val versionName = "0.1.43"
9-
const val versionCode = 49
8+
const val versionName = "0.1.44"
9+
const val versionCode = 50
1010
const val applicationId = "ir.kazemcodes.infinityreader"
1111

1212
val desktopJvmTarget = JavaVersion.VERSION_21

0 commit comments

Comments
 (0)