We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50efc76 commit ddaf6ddCopy full SHA for ddaf6dd
1 file changed
android/default.nix
@@ -31,7 +31,7 @@ in rec {
31
32
defaultResources = ./res;
33
defaultAssets = ./assets;
34
- defaultIconPath = "@drawable/ic_launcher";
+ defaultIconPath = ./res/drawable-xhdpi/ic_launcher.png;
35
36
buildIcons = nixpkgs.callPackage ./buildIcons.nix {};
37
0 commit comments