Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supplier
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
王宇航
supplier
Commits
2e0ed8c7
Commit
2e0ed8c7
authored
Jun 01, 2021
by
Wyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、提交gradle.properties文件
parent
548dcf00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
5 deletions
+65
-5
component-login/build.gradle
+10
-5
gradle.properties
+55
-0
No files found.
component-login/build.gradle
View file @
2e0ed8c7
...
@@ -22,15 +22,20 @@ android {
...
@@ -22,15 +22,20 @@ android {
}
}
defaultConfig
{
defaultConfig
{
if
(
project
.
ext
.
runAsApp
)
{
applicationId
'com.gingersoft.gsa.cloud.login'
}
minSdkVersion
rootProject
.
ext
.
android
[
"minSdkVersion"
]
minSdkVersion
rootProject
.
ext
.
android
[
"minSdkVersion"
]
targetSdkVersion
rootProject
.
ext
.
android
[
"targetSdkVersion"
]
targetSdkVersion
rootProject
.
ext
.
android
[
"targetSdkVersion"
]
applicationId
'com.gingersoft.gsa.cloud'
versionCode
rootProject
.
ext
.
android
[
"versionCode"
]
versionCode
rootProject
.
ext
.
android
[
"versionCode"
]
versionName
rootProject
.
ext
.
android
[
"versionName"
]
versionName
rootProject
.
ext
.
android
[
"versionName"
]
multiDexEnabled
true
multiDexEnabled
true
// ndk{
//配置注解处理器
// abiFilters "armeabi-v7a"
javaCompileOptions
{
// }
annotationProcessorOptions
{
includeCompileClasspath
true
}
}
}
}
resourcePrefix
"user_login"
resourcePrefix
"user_login"
...
@@ -143,7 +148,7 @@ dependencies {
...
@@ -143,7 +148,7 @@ dependencies {
addComponent
'component-scan'
addComponent
'component-scan'
addComponent
'component-pay'
addComponent
'component-pay'
implementation
'androidx.viewpager2:viewpager2:1.0.0-alpha03'
implementation
rootProject
.
ext
.
dependencies
[
"viewpager2"
]
annotationProcessor
rootProject
.
ext
.
dependencies
[
"dagger2-compiler"
]
annotationProcessor
rootProject
.
ext
.
dependencies
[
"dagger2-compiler"
]
implementation
rootProject
.
ext
.
dependencies
[
"autosize"
]
implementation
rootProject
.
ext
.
dependencies
[
"autosize"
]
}
}
gradle.properties
0 → 100644
View file @
2e0ed8c7
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX
=
true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier
=
true
android.injected.testOnly
=
false
GROUP
=
com.qmuiteam
QMUI_VERSION
=
2.0.0-alpha05
QMUI_ARCH_VERSION
=
2.0.0-alpha05
QMUI_LINT_VERSION
=
1.1.0
QMUI_SKIN_MAKER_VERSION
=
0.0.1
POM_GIT_URL
=
https://github.com/Tencent/QMUI_Android/
POM_SITE_URL
=
https://qmuiteam.com/android
BUILD_TYPE
=
release
#dokit全局配置
# 插件开关
DOKIT_PLUGIN_SWITCH
=
true
# 插件日志
DOKIT_LOG_SWITCH
=
true
# webview 的全限定名
DOKIT_WEBVIEW_CLASS_NAME
=
com/didichuxing/doraemonkit/widget/webview/MyWebView
#dokit 慢函数开关
DOKIT_METHOD_SWITCH
=
true
#dokit 函数调用栈层级
DOKIT_METHOD_STACK_LEVEL
=
4
#0:调用栈模式 打印函数调用栈 需添加指定入口 默认为application onCreate 和attachBaseContext
#1:普通模式 运行时打印某个函数的耗时 全局业务代码函数插入
DOKIT_METHOD_STRATEGY
=
0
#利用Gradle worker API实现并行执行kapt任务。
kapt.use.worker.api
=
true
#避免执行注解处理。
kapt.include.compile.classpath
=
false
#org.gradle.jvmargs=-Xmx1536m
org.gradle.daemon
=
true
org.gradle.jvmargs
=
-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel
=
true
org.gradle.configureondemand
=
true
\ No newline at end of file
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