Skip to content

Commit

Permalink
Use snapshot version for SF services
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 21, 2024
1 parent 6dc2ceb commit 3d886ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
ext {
sharedDir = file("${project.rootDir}/shared")
baseSailfishVersion = '3.3'
sailfishVersion = "${baseSailfishVersion}.93"
sailfishVersion = "${baseSailfishVersion}-SNAPSHOT"

pluginMainDir = file('src/main/plugin')
pluginGenDir = file('src/gen/plugin')
Expand Down

0 comments on commit 3d886ee

Please sign in to comment.