Skip to content

Commit

Permalink
[TEST] Release filepicker's test snapshot version: 0.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Mar 14, 2024
1 parent 420a36f commit 3b688b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filepicker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
implementation(libraries.viewbinding.property.delegate)
}

val libVersion: String = scmVersion.version
val libVersion: String = /*scmVersion.version*/"0.2.0-SNAPSHOT"

publishing {
publications {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ arkComponentUtils = "0.1.0-SNAPSHOT"
akrComponentFoldersTree = "0.1.0-SNAPSHOT"
akrComponentTagSelector = "0.1.0-SNAPSHOT"
akrComponentScoreWidget = "0.1.0-SNAPSHOT"
arkComponentFilePicker = "0.1.0-SNAPSHOT"
arkComponentFilePicker = "0.2.0-SNAPSHOT"
coil = "2.4.0"
androidxFragmentKtx = "1.6.1"
fastadapter = "5.7.0"
Expand Down

0 comments on commit 3b688b9

Please sign in to comment.