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"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
<project version="4"> |
||||
|
<component name="GradleMigrationSettings" migrationVersion="1" /> |
||||
<component name="GradleSettings"> |
<component name="GradleSettings"> |
||||
<option name="linkedExternalProjectsSettings"> |
<option name="linkedExternalProjectsSettings"> |
||||
<GradleProjectSettings> |
<GradleProjectSettings> |
||||
<option name="testRunner" value="GRADLE" /> |
<option name="testRunner" value="GRADLE" /> |
||||
<option name="distributionType" value="DEFAULT_WRAPPED" /> |
<option name="distributionType" value="DEFAULT_WRAPPED" /> |
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" /> |
<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" /> |
<option name="resolveModulePerSourceSet" value="false" /> |
||||
</GradleProjectSettings> |
</GradleProjectSettings> |
||||
</option> |
</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