Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
component
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王涛55
component
Commits
b167d9f7
Commit
b167d9f7
authored
Sep 30, 2019
by
王涛55
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改config名称
parent
ec79e3a0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
28 deletions
+5
-28
ModuleProject/.gitignore
+2
-0
ModuleProject/.idea/codeStyles/Project.xml
+0
-25
ModuleProject/app_config/app_config.gradle
+0
-0
ModuleProject/app_config/app_module_config.gradle
+0
-0
ModuleProject/app_config/build_config.gradle
+0
-0
ModuleProject/build.gradle
+3
-3
No files found.
ModuleProject/.gitignore
View file @
b167d9f7
...
@@ -13,3 +13,4 @@
...
@@ -13,3 +13,4 @@
/.idea
/.idea
.externalNativeBuild
.externalNativeBuild
../.DS_Store
../.DS_Store
/.idea/codeStyles/Project.xml
\ No newline at end of file
ModuleProject/.idea/codeStyles/Project.xml
View file @
b167d9f7
...
@@ -64,31 +64,6 @@
...
@@ -64,31 +64,6 @@
<JetCodeStyleSettings>
<JetCodeStyleSettings>
<option
name=
"CODE_STYLE_DEFAULTS"
value=
"KOTLIN_OFFICIAL"
/>
<option
name=
"CODE_STYLE_DEFAULTS"
value=
"KOTLIN_OFFICIAL"
/>
</JetCodeStyleSettings>
</JetCodeStyleSettings>
<Objective-C-extensions>
<file>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Import"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Macro"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Typedef"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Enum"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Constant"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Global"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Struct"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"FunctionPredecl"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Function"
/>
</file>
<class>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Property"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Synthesize"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"InitMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"StaticMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"InstanceMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"DeallocMethod"
/>
</class>
<extensions>
<pair
source=
"cpp"
header=
"h"
fileNamingConvention=
"NONE"
/>
<pair
source=
"c"
header=
"h"
fileNamingConvention=
"NONE"
/>
</extensions>
</Objective-C-extensions>
<XML>
<XML>
<option
name=
"XML_KEEP_LINE_BREAKS"
value=
"false"
/>
<option
name=
"XML_KEEP_LINE_BREAKS"
value=
"false"
/>
<option
name=
"XML_ALIGN_ATTRIBUTES"
value=
"false"
/>
<option
name=
"XML_ALIGN_ATTRIBUTES"
value=
"false"
/>
...
...
ModuleProject/config/app_config.gradle
→
ModuleProject/
app_
config/app_config.gradle
View file @
b167d9f7
File moved
ModuleProject/config/app_module_config.gradle
→
ModuleProject/
app_
config/app_module_config.gradle
View file @
b167d9f7
File moved
ModuleProject/config/build_config.gradle
→
ModuleProject/
app_
config/build_config.gradle
View file @
b167d9f7
File moved
ModuleProject/build.gradle
View file @
b167d9f7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
buildscript
{
apply
from:
'config/app_module_config.gradle'
apply
from:
'
app_
config/app_module_config.gradle'
apply
from:
'config/app_config.gradle'
apply
from:
'
app_
config/app_config.gradle'
apply
from:
'config/build_config.gradle'
apply
from:
'
app_
config/build_config.gradle'
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment