Skip to content

Update dependencies#175

Merged
animalillo merged 10 commits intomasterfrom
update-dependencies-151
Jun 4, 2025
Merged

Update dependencies#175
animalillo merged 10 commits intomasterfrom
update-dependencies-151

Conversation

@binsky08
Copy link
Collaborator

@binsky08 binsky08 commented May 31, 2025

This includes various build and project dependency updates. The most interesting are:

To build the project with this changes, run Android Studio and let it install/update the dependencies (sync gradle). It also needs to download (should be automatically done) the new NDK version "28.1.13356709".

  • ensure to use the correct version in your openssl.conf if you have one; openssl.conf.example is the fallback
  • run git submodule update --recursive to get the new openssl version
  • run rm app/src/main/cpplibs/openssl/build/* to ensure the old openssl builds are gone (simplifies error detection)
  • run build-openssl.sh and ensure there was no (critical) error
  • validate that the needed architectures directories exist ls app/src/main/cpplibs/openssl/build/
  • now you should be able to build the project as usual in Android Studio

@binsky08 binsky08 requested a review from animalillo May 31, 2025 11:29
@binsky08 binsky08 added this to the v1.5.1 milestone May 31, 2025
…t for devices with android api < 28

needed since the VersionCheckHelper tries to (force) open an un-/misconfigured material view on PackageManager.NameNotFoundException

Signed-off-by: binsky08 <[email protected]>
@animalillo animalillo merged commit df7624a into master Jun 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants