feat: foxglove release

This commit is contained in:
Mathias-Boulay 2024-06-20 22:44:11 +02:00
parent d23bdb9ffa
commit 879a8d9fb5
6 changed files with 3 additions and 3 deletions

View File

@ -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()
}
}

Binary file not shown.

Binary file not shown.

BIN
app_pojavlauncher/src/main/jniLibs/x86/libgl4es_114.so Executable file → Normal file

Binary file not shown.

BIN
app_pojavlauncher/src/main/jniLibs/x86_64/libgl4es_114.so Executable file → Normal file

Binary file not shown.

View File

@ -20,5 +20,5 @@
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
tools:text="PojavLauncher version: Edelweiss"
tools:text="PojavLauncher version: Foxglove"
/>