Compare commits
8 Commits
ddb95c9fd7
...
master
Author | SHA1 | Date | |
---|---|---|---|
e0b26ddfb1 | |||
7203e5efe9 | |||
1b5559c287 | |||
c702594c61 | |||
88bb62e57b | |||
9708931e03 | |||
1dc8a605d5 | |||
1f71df8369 |
@@ -1,5 +1,5 @@
|
||||
<application>
|
||||
<component name="PathMacrosImpl">
|
||||
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\AppData\Roaming\Google\AndroidStudio4.2\plugins\Kotlin\kotlinc" />
|
||||
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\AppData\Roaming\Google\AndroidStudio2020.3\plugins\Kotlin\kotlinc" />
|
||||
</component>
|
||||
</application>
|
@@ -1,5 +1,5 @@
|
||||
<application>
|
||||
<component name="PinDeviceService">
|
||||
<option name="pinnedDevices" value="[{"id":"192.168.178.75:5555","serialNumber":"RF8N414T1GE","name":"samsung SM-G973F","address":"192.168.178.75","androidVersion":"11","apiLevel":"30"}]" />
|
||||
<option name="pinnedDevices" value="[{"id":"192.168.178.75:5555","serialNumber":"RF8N414T1GE","name":"samsung SM-G973F","address":"192.168.178.75","port":5555,"androidVersion":"11","apiLevel":"30"}]" />
|
||||
</component>
|
||||
</application>
|
@@ -3,6 +3,6 @@
|
||||
<version>1</version>
|
||||
</component>
|
||||
<component name="whatsNew">
|
||||
<shownVersion>4.2.2</shownVersion>
|
||||
<shownVersion>2020.3.1rc26</shownVersion>
|
||||
</component>
|
||||
</application>
|
@@ -1,9 +1,12 @@
|
||||
<application>
|
||||
<component name="FileTypeManager" version="17">
|
||||
<component name="FileTypeManager" version="18">
|
||||
<extensionMap>
|
||||
<mapping ext="graphqlconfig" type="JSON" />
|
||||
<mapping ext="gradle.kts" type="Kotlin" />
|
||||
<mapping ext="main.kts" type="Kotlin" />
|
||||
<mapping pattern=".analysis_options" type="YAML" />
|
||||
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
|
||||
<removed_mapping ext="graphql" approved="true" type="SVG" />
|
||||
<removed_mapping ext="psd" approved="true" type="Image" />
|
||||
</extensionMap>
|
||||
</component>
|
||||
</application>
|
7
find.xml
Normal file
7
find.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<application>
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="Project 'Noise'" />
|
||||
<option name="defaultScopeName" value="Project 'Noise'" />
|
||||
<option name="SEARCH_SCOPE" value="Project 'Noise'" />
|
||||
</component>
|
||||
</application>
|
1589
pluginAdvertiser.xml
Normal file
1589
pluginAdvertiser.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -92,6 +92,12 @@
|
||||
<executable-path>ubuntu2004.exe</executable-path>
|
||||
<presentable-name>Ubuntu 20.04</presentable-name>
|
||||
</descriptor>
|
||||
<descriptor>
|
||||
<id>OPENSUSE15.2</id>
|
||||
<microsoft-id>openSUSE-Leap-15.2</microsoft-id>
|
||||
<executable-path>openSUSE-Leap-15.2.exe</executable-path>
|
||||
<presentable-name>openSUSE Leap 15.2</presentable-name>
|
||||
</descriptor>
|
||||
</set>
|
||||
</descriptors>
|
||||
</component>
|
||||
|
Reference in New Issue
Block a user