Skip to content

Commit

Permalink
Release 0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemcodes committed Jun 13, 2023
1 parent e1ce17e commit b2eac11
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 = 33
const val ndk = "21.3.6528147"
const val versionName = "0.1.36"
const val versionCode = 42
const val versionName = "0.1.37"
const val versionCode = 43
const val applicationId = "ir.kazemcodes.infinityreader"

val desktopJvmTarget = JavaVersion.VERSION_17
Expand Down

0 comments on commit b2eac11

Please sign in to comment.