Skip to content

Commit

Permalink
Merge pull request #1677 from autolyticus/push-lnpovnnwukxk
Browse files Browse the repository at this point in the history
Ensures docs are in line with API for Android integration
  • Loading branch information
domenkozar authored Jan 22, 2025
2 parents a30b871 + 857e72b commit 5cd6c94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/integrations/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For a more tailored development environment you can specify specific options:
platforms.version = [ "32" "34" ];
systemImageTypes = [ "google_apis_playstore" ];
abis = [ "arm64-v8a" "x86_64" ];
cmakeVersions = [ "3.22.1" ];
cmake.version = [ "3.22.1" ];
cmdLineTools.version = "11.0";
tools.version = "26.1.1";
platformTools.version = "34.0.5";
Expand All @@ -45,7 +45,10 @@ For a more tailored development environment you can specify specific options:
"intel-android-sysimage-license"
"mips-android-sysimage-license"
];
android-studio = pkgs.android-studio;
android-studio = {
enable = true;
package = pkgs.android-studio;
};
};
}
```
Expand Down Expand Up @@ -94,4 +97,3 @@ The following config works with the flutter starter project.
};
}
```

0 comments on commit 5cd6c94

Please sign in to comment.