Skip to content

Commit

Permalink
Add Support for Android Studio 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-mubarak authored Oct 19, 2020
1 parent 8d104ba commit 5c23d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const applyCustomisation = (product) => {
const getPreferencePath = (product) => {
// see: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
const preferencesPaths = [
`${process.env.HOME}/Library/Application Support/Google`, // >= Android Studio 4.1
`${process.env.HOME}/Library/Application Support/JetBrains`, // >= 2020.*
`${process.env.HOME}/Library/Preferences`, // < 2020.*
];
Expand Down

0 comments on commit 5c23d33

Please sign in to comment.