Skip to content

Commit

Permalink
version 11 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RodAlc24 committed Jun 21, 2024
1 parent 576da65 commit 056cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.10" apply false
}
val defaultVersionCode by extra(10)
val defaultVersionName by extra("1.1.3")
val defaultVersionCode by extra(11)
val defaultVersionName by extra("1.1.4")
val releaseVersionSuffix by extra("-release")
val debugVersionSuffix by extra("-debug")

0 comments on commit 056cf99

Please sign in to comment.