Skip to content

Commit

Permalink
feat: foxglove release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-Boulay committed Jun 20, 2024
1 parent d23bdb9 commit 879a8d9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 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 = 'foxglove-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
}

}
Expand Down
Binary file modified app_pojavlauncher/src/main/jniLibs/arm64-v8a/libgl4es_114.so
100755 → 100644
Binary file not shown.
Binary file modified app_pojavlauncher/src/main/jniLibs/armeabi-v7a/libgl4es_114.so
100755 → 100644
Binary file not shown.
Binary file modified app_pojavlauncher/src/main/jniLibs/x86/libgl4es_114.so
100755 → 100644
Binary file not shown.
Binary file modified app_pojavlauncher/src/main/jniLibs/x86_64/libgl4es_114.so
100755 → 100644
Binary file not shown.
4 changes: 2 additions & 2 deletions app_pojavlauncher/src/main/res/layout/item_simple_list_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
android:gravity="center_vertical"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
tools:text="PojavLauncher version: Edelweiss"

tools:text="PojavLauncher version: Foxglove"
/>

0 comments on commit 879a8d9

Please sign in to comment.