Skip to content

Commit

Permalink
[SCL 3.21.1] Use helianthus name in stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 15, 2024
1 parent bfd2d73 commit 1416dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def getVersionName = {
return ("LOCAL-" + "${getDate()}")
}else {
// Used by github actions
TAG_STRING = 'edelweiss-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
TAG_STRING = 'helianthus-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"

tools:text="PojavLauncher version: Edelweiss"
tools:text="PojavLauncher version: Helianthus"
/>

0 comments on commit 1416dc8

Please sign in to comment.