feat: foxglove release

This commit is contained in:
Mathias-Boulay
2024-06-20 22:44:11 +02:00
committed by Maksim Belov
parent 1603cea76c
commit a003439d6f
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()
}
}

View File

Binary file not shown.

View File

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -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"
/>