Skip to content

Commit

Permalink
Release version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jul 6, 2024
1 parent 5eb825b commit e23f6e8
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 @@ -20,10 +20,10 @@ val appResourcesPath = rootDir.toPath() / "asset"
val vlcDirectoryName = "vlc"
val isVlcFull = System.getenv("fullVlc").toBooleanLenient() ?: false
val shouldMinifyVlc = System.getenv("minifyVlc").toBooleanLenient() ?: true
val releaseDate: LocalDate = LocalDate.of(2024, 2, 29)
val releaseDate: LocalDate = LocalDate.of(2024, 7, 6)

group = "ir.mahozad"
version = "1"
version = "2"

sourceSets {
create("uiTest") {
Expand Down

0 comments on commit e23f6e8

Please sign in to comment.