Skip to content

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 added 9 commits May 31, 2025 03:36
Signed-off-by: binsky08 <timo@binsky.org>
Signed-off-by: binsky08 <timo@binsky.org>
…ion to 8.11.1

Signed-off-by: binsky08 <timo@binsky.org>
… 34 to 35

Signed-off-by: binsky08 <timo@binsky.org>
Signed-off-by: binsky08 <timo@binsky.org>
Signed-off-by: binsky08 <timo@binsky.org>
…y build changes within the openssl directory in version control

Signed-off-by: binsky08 <timo@binsky.org>
Signed-off-by: binsky08 <timo@binsky.org>
…raryDesugaring

Signed-off-by: binsky08 <timo@binsky.org>
@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 <timo@binsky.org>
@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.

3 participants