Skip to content

Commit

Permalink
Release 0.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemcodes committed Apr 25, 2024
1 parent 4fbdb2e commit d0ffc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object ProjectConfig {
const val targetSdk = 29
const val compileSdk = 34
const val ndk = "21.3.6528147"
const val versionName = "0.1.37"
const val versionCode = 43
const val versionName = "0.1.38"
const val versionCode = 44
const val applicationId = "ir.kazemcodes.infinityreader"

val desktopJvmTarget = JavaVersion.VERSION_17
Expand Down

0 comments on commit d0ffc29

Please sign in to comment.