Skip to content

Commit

Permalink
1.5.76 release
Browse files Browse the repository at this point in the history
* Update bundletool to 1.15.6
* Update bundled libc++ to 17.0.6
  • Loading branch information
Robert Broglia committed Dec 14, 2023
1 parent f8a5e36 commit 7408dae
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EmuFramework/metadata/conf.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
metadata_version = 1.5.75
metadata_version = 1.5.76
metadata_supportedMIMETypes = application/zip
metadata_supportedFileExtensions = rar 7z
android_metadata_versionCodeExtra = 16
Expand Down
2 changes: 1 addition & 1 deletion imagine/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ prefix ?= $(IMAGINE_SDK_PLATFORM_PATH)
imaginePkgconfigTemplate := $(IMAGINE_PATH)/pkgconfig/imagine.pc
pkgName := $(libName)
pkgDescription := Game/Multimedia Engine
pkgVersion := 1.5.75
pkgVersion := 1.5.76
LDLIBS := -l$(libName) $(LDLIBS)
ifdef libNameExt
pkgCFlags := -DIMAGINE_CONFIG_H=$(configFilename)
Expand Down
2 changes: 1 addition & 1 deletion imagine/bundle/all/src/libcxx/common.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libcxxVersion := 17.0.0-rc1
libcxxVersion := 17.0.6
libcxxSrcDir := $(tempDir)/llvm-project-$(libcxxVersion).src/libcxx
libcxxabiSrcDir := $(tempDir)/llvm-project-$(libcxxVersion).src/libcxxabi
# Archive containing the libcxx & libcxxabi directories along with a minimal set of cmake support files
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion imagine/include/imagine/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with Imagine. If not, see <http://www.gnu.org/licenses/> */

#define IMAGINE_VERSION_BASE "1.5.75"
#define IMAGINE_VERSION_BASE "1.5.76"

#ifdef NDEBUG
#define IMAGINE_VERSION IMAGINE_VERSION_BASE
Expand Down
2 changes: 1 addition & 1 deletion imagine/make/shortcut/meta-builds/android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(buildSysPath)/setAndroidNDKPath.mk
.PHONY: all
all : android-bundle

BUNDLETOOL_PATH ?= $(IMAGINE_PATH)/tools/bundletool-all-1.15.2.jar
BUNDLETOOL_PATH ?= $(IMAGINE_PATH)/tools/bundletool-all-1.15.6.jar
BUNDLETOOL := java -jar $(BUNDLETOOL_PATH)

# Code signing parameters used when generating APKs from the app bundle
Expand Down
Binary file not shown.

0 comments on commit 7408dae

Please sign in to comment.