diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-18 11:10:02 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-18 13:10:57 +0530 |
commit | 6b0e4feed683ec63ed55ed7828c70f6b95078858 (patch) | |
tree | b9740ddb856ab837599979b7b8c9e33c429e0604 /.idea | |
parent | fed0b710d027454ee8f0e1f2dfe7d873f356550e (diff) |
chore(idea): add deployment target config
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/deploymentTargetDropDown.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 00000000..0c0c3383 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="deploymentTargetDropDown"> + <value> + <entry key="app"> + <State /> + </entry> + </value> + </component> +</project>
\ No newline at end of file |