Skip to content

Commit

Permalink
Release version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jul 21, 2024
1 parent c48bf5a commit 0e496e0
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() == true
val shouldMinifyVlc = System.getenv("minifyVlc").toBooleanLenient() == true
val releaseDate: LocalDate = LocalDate.of(2024, 7, 6)
val releaseDate: LocalDate = LocalDate.of(2024, 7, 21)

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

sourceSets {
create("uiTest") {
Expand Down

0 comments on commit 0e496e0

Please sign in to comment.