diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-07-25 19:09:41 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-07-25 19:09:41 +0200 |
| commit | b0d90f32974f6473552d8b1bf5387f9fc4995970 (patch) | |
| tree | 8908d0271fadd125f97243c1e1f1ff908d08376a /.idea/misc.xml | |
| parent | c857f1cd645ba379573e4266fb185b5432e66404 (diff) | |
samba: Add credentials object
Ask for enough permissions to be able to create sockets.
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index 8978d23..04537b6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> <project version="4"> + <component name="EntryPointsManager"> + <list size="1"> + <item index="0" class="java.lang.String" itemvalue="androidx.annotation.Keep" /> + </list> + </component> <component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> |
