nixpkgs/pkgs/development/mobile/androidenv
Charlotte Van Petegem 8cf6dd815f
androidenv: fix build of build-tools >= 33
mainDexClasses seems to have been removed in this version of build-tools. (Seems
to, because the release notes are not updated at all, unfortunately:
https://developer.android.com/studio/releases/build-tools).
2022-08-16 09:37:44 +02:00
..
examples
ndk-bundle androidenv: fix ndk linking for ndk < 23 2022-07-24 20:35:48 +02:00
tools android tools: fix meta license 2022-06-20 11:26:44 +02:00
.gitignore
build-app.nix
build-tools.nix androidenv: fix build of build-tools >= 33 2022-08-16 09:37:44 +02:00
cmake.nix androidenv: include autoPatchelfHook only on Linux 2022-05-29 23:17:37 +02:00
compose-android-packages.nix androidenv: fix default ndk linking for ndk > 22 2022-07-24 20:35:49 +02:00
default.nix
deploy-androidpackage.nix
emulate-app.nix
emulator.nix androidenv: Fix emulator 2022-06-20 14:30:31 +02:00
fetchrepo.sh
generate.sh
mkrepo.rb
mkrepo.sh
platform-tools.nix
querypackages.sh
README.md
repo.json androidenv: update packages 2022-06-29 18:27:16 +09:00
tools.nix

How to update

  1. ./fetchrepo.sh
  2. ./mkrepo.sh
  3. Check the repo.json diff for new stable versions of tools, platform-tools, build-tools, emulator and/or ndk
  4. Update the relevant argument defaults in compose-android-packages.nix