Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesCZY committed Dec 4, 2024
1 parent 789ddbc commit 25aa320
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- "**/workflows-trigger.properties"

env:
PACKAGE_VERSION: 1.1.1
V_PACKAGE_VERSION: v1.1.1
PACKAGE_VERSION: 1.1.2
V_PACKAGE_VERSION: v1.1.2

jobs:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ compose.desktop {
}
}
packageName = mPackageName
packageVersion = "1.1.1"
packageVersion = "1.1.2"
description = "compose multiplatform xlog decode"
copyright = "© 2024 leavesCZY. All rights reserved."
vendor = "leavesCZY"
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
jetbrains-kotlin = "2.0.21"
jetbrains-compose = "1.7.0"
jetbrains-kotlin = "2.1.0"
jetbrains-compose = "1.7.1"

androidx-datastore = "1.1.1"
jetbrains-lifecycle-viewmodel-compose = "2.8.3"
luben-zstd-jni = "1.5.6-6"
bouncycastle-bcprov-jdk18on = "1.78.1"
jetbrains-lifecycle-viewmodel-compose = "2.8.4"
luben-zstd-jni = "1.5.6-8"
bouncycastle-bcprov-jdk18on = "1.79"

[plugins]
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "jetbrains-kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion workflows-trigger.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trigger=7
trigger=8

0 comments on commit 25aa320

Please sign in to comment.