diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-15 13:18:40 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-15 13:18:40 +0530 |
commit | 29dbcaabba1a7145cd4c95a0b81dc6e850e8ee22 (patch) | |
tree | 5a1fdad9c7138c90a2587de9e215447ace5a5c32 /.idea | |
parent | 5aaae8e37bced0fec55e4e807aef0cd4d6fc1d9b (diff) |
idea: churn
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/ghactions-toolbar.xml | 19 | ||||
-rw-r--r-- | .idea/kotlinc.xml | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/.idea/ghactions-toolbar.xml b/.idea/ghactions-toolbar.xml new file mode 100644 index 00000000..ceeec552 --- /dev/null +++ b/.idea/ghactions-toolbar.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="GhActionsToolbarSettings"> + <option name="customRepos"> + <map> + <entry key="https://github.com/android-password-store/Android-Password-Store.git"> + <value> + <RepoSettings /> + </value> + </entry> + <entry key="https://github.com/msfjarvis/Android-Password-Store"> + <value> + <RepoSettings /> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 00000000..b1077fbd --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="KotlinJpsPluginSettings"> + <option name="version" value="1.7.10" /> + </component> +</project>
\ No newline at end of file |