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 4fbdb2e commit d0ffc29Copy full SHA for d0ffc29
buildSrc/src/main/kotlin/ProjectConfig.kt
@@ -5,8 +5,8 @@ object ProjectConfig {
5
const val targetSdk = 29
6
const val compileSdk = 34
7
const val ndk = "21.3.6528147"
8
- const val versionName = "0.1.37"
9
- const val versionCode = 43
+ const val versionName = "0.1.38"
+ const val versionCode = 44
10
const val applicationId = "ir.kazemcodes.infinityreader"
11
12
val desktopJvmTarget = JavaVersion.VERSION_17
0 commit comments