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 568b1ab commit da70087Copy full SHA for da70087
buildSrc/src/main/kotlin/ProjectConfig.kt
@@ -5,8 +5,8 @@ object ProjectConfig {
5
const val targetSdk = 35
6
const val compileSdk = 35
7
const val ndk = "21.3.6528147"
8
- const val versionName = "0.1.43"
9
- const val versionCode = 49
+ const val versionName = "0.1.44"
+ const val versionCode = 50
10
const val applicationId = "ir.kazemcodes.infinityreader"
11
12
val desktopJvmTarget = JavaVersion.VERSION_21
0 commit comments