6 changed files with 100 additions and 6 deletions
-
6.idea/compiler.xml
-
7.idea/gradle.xml
-
9.idea/misc.xml
-
6.idea/vcs.xml
-
25app/src/main/java/com/vernu/smsgateway/MainActivity.java
-
53app/src/main/res/layout/activity_main.xml
@ -0,0 +1,6 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="CompilerConfiguration"> |
|||
<bytecodeTargetLevel target="11" /> |
|||
</component> |
|||
</project> |
|||
@ -1,11 +1,18 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="GradleMigrationSettings" migrationVersion="1" /> |
|||
<component name="GradleSettings"> |
|||
<option name="linkedExternalProjectsSettings"> |
|||
<GradleProjectSettings> |
|||
<option name="testRunner" value="GRADLE" /> |
|||
<option name="distributionType" value="DEFAULT_WRAPPED" /> |
|||
<option name="externalProjectPath" value="$PROJECT_DIR$" /> |
|||
<option name="modules"> |
|||
<set> |
|||
<option value="$PROJECT_DIR$" /> |
|||
<option value="$PROJECT_DIR$/app" /> |
|||
</set> |
|||
</option> |
|||
<option name="resolveModulePerSourceSet" value="false" /> |
|||
</GradleProjectSettings> |
|||
</option> |
|||
|
|||
@ -0,0 +1,6 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="VcsDirectoryMappings"> |
|||
<mapping directory="$PROJECT_DIR$" vcs="Git" /> |
|||
</component> |
|||
</project> |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue