Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_street
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_street
Commits
05f610cb
Commit
05f610cb
authored
Jun 30, 2021
by
fengruiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
App主工程加载base
parent
3d12fe52
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
13 deletions
+29
-13
Project.xml
.idea/codeStyles/Project.xml
+18
-0
build.gradle
app/build.gradle
+7
-0
library.build.gradle
library.build.gradle
+2
-11
version.properties
library_base/version.properties
+2
-2
No files found.
.idea/codeStyles/Project.xml
View file @
05f610cb
<component
name=
"ProjectCodeStyleConfiguration"
>
<component
name=
"ProjectCodeStyleConfiguration"
>
<code_scheme
name=
"Project"
version=
"173"
>
<code_scheme
name=
"Project"
version=
"173"
>
<JetCodeStyleSettings>
<option
name=
"PACKAGES_TO_USE_STAR_IMPORTS"
>
<value>
<package
name=
"java.util"
alias=
"false"
withSubpackages=
"false"
/>
<package
name=
"kotlinx.android.synthetic"
alias=
"false"
withSubpackages=
"true"
/>
<package
name=
"io.ktor"
alias=
"false"
withSubpackages=
"true"
/>
</value>
</option>
<option
name=
"PACKAGES_IMPORT_LAYOUT"
>
<value>
<package
name=
""
alias=
"false"
withSubpackages=
"true"
/>
<package
name=
"java"
alias=
"false"
withSubpackages=
"true"
/>
<package
name=
"javax"
alias=
"false"
withSubpackages=
"true"
/>
<package
name=
"kotlin"
alias=
"false"
withSubpackages=
"true"
/>
<package
name=
""
alias=
"true"
withSubpackages=
"true"
/>
</value>
</option>
</JetCodeStyleSettings>
<codeStyleSettings
language=
"XML"
>
<codeStyleSettings
language=
"XML"
>
<indentOptions>
<indentOptions>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
...
...
app/build.gradle
View file @
05f610cb
...
@@ -23,6 +23,10 @@ android {
...
@@ -23,6 +23,10 @@ android {
dataBinding
{
dataBinding
{
enabled
true
enabled
true
}
}
compileOptions
{
sourceCompatibility
rootProject
.
ext
.
java_version
[
"compileJavaVersion"
]
targetCompatibility
rootProject
.
ext
.
java_version
[
"targetJavaVersion"
]
}
}
}
dependencies
{
dependencies
{
...
@@ -33,4 +37,7 @@ dependencies {
...
@@ -33,4 +37,7 @@ dependencies {
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
api
project
(
':library_base'
)
}
}
\ No newline at end of file
library.build.gradle
View file @
05f610cb
...
@@ -33,7 +33,7 @@ android {
...
@@ -33,7 +33,7 @@ android {
if
(!
isBuildModule
.
toBoolean
())
{
if
(!
isBuildModule
.
toBoolean
())
{
resources
{
resources
{
//正式版本时,排除debug文件夹下所有调试文件
//正式版本时,排除debug文件夹下所有调试文件
exclude
'src/debug/*'
//
exclude 'src/debug/*'
}
}
}
}
}
}
...
@@ -51,16 +51,7 @@ android {
...
@@ -51,16 +51,7 @@ android {
}
}
}
}
productFlavors
{
//包含所有环境
auto
{
buildConfigField
(
"boolean"
,
"IS_DEV"
,
"true"
)
}
// 线上产品版本
product
{
buildConfigField
(
"boolean"
,
"IS_DEV"
,
"false"
)
}
}
compileOptions
{
compileOptions
{
sourceCompatibility
rootProject
.
ext
.
java_version
[
"compileJavaVersion"
]
sourceCompatibility
rootProject
.
ext
.
java_version
[
"compileJavaVersion"
]
targetCompatibility
rootProject
.
ext
.
java_version
[
"targetJavaVersion"
]
targetCompatibility
rootProject
.
ext
.
java_version
[
"targetJavaVersion"
]
...
...
library_base/version.properties
View file @
05f610cb
#Wed Jun 30 1
4:54:57
CST 2021
#Wed Jun 30 1
6:30:43
CST 2021
VERSION_BUILD
=
22
07
VERSION_BUILD
=
22
16
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