Skip to content

Commit

Permalink
Need includeNDK for android apps now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jan 25, 2022
1 parent 6d5114a commit 5ab4f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build-gradle-app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ let
'');
androidsdkComposition = androidenv.composeAndroidPackages {
inherit platformVersions useGoogleAPIs buildToolsVersions;
includeNDK = true;
includeExtras = [ "extras;android;m2repository" ]
++ optional useGooglePlayServices "extras;google;google_play_services";
};
Expand Down

0 comments on commit 5ab4f23

Please sign in to comment.