Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 879a8d9

Browse files
feat: foxglove release
1 parent d23bdb9 commit 879a8d9

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

app_pojavlauncher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def getVersionName = {
5151
return ("LOCAL-" + "${getDate()}")
5252
}else {
5353
// Used by github actions
54-
TAG_STRING = 'edelweiss-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
54+
TAG_STRING = 'foxglove-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
5555
}
5656

5757
}
1.33 MB
Binary file not shown.
727 KB
Binary file not shown.
1.32 MB
Binary file not shown.
1.33 MB
Binary file not shown.

app_pojavlauncher/src/main/res/layout/item_simple_list_1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
android:gravity="center_vertical"
2020
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
2121
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
22-
23-
tools:text="PojavLauncher version: Edelweiss"
22+
23+
tools:text="PojavLauncher version: Foxglove"
2424
/>

0 commit comments

Comments
 (0)