Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
f2c34448
Commit
f2c34448
authored
Jun 24, 2022
by
万齐军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platform不依赖resource
parent
654226aa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
20 deletions
+3
-20
maven_push.gradle
maven_push.gradle
+1
-1
build.gradle
ydl-platform/build.gradle
+1
-14
colors.xml
ydl-platform/src/main/res/values/colors.xml
+1
-0
build.gradle
ydl-webview/build.gradle
+0
-5
No files found.
maven_push.gradle
View file @
f2c34448
...
...
@@ -7,7 +7,7 @@ def getVersionName() {
}
def
isLocal
(){
Properties
properties
=
new
Properties
()
InputStream
inputStream
=
project
.
rootProject
.
file
(
'local.properties'
).
newDataInputStream
()
;
InputStream
inputStream
=
project
.
rootProject
.
file
(
'local.properties'
).
newDataInputStream
()
properties
.
load
(
inputStream
)
def
local
=
properties
.
getProperty
(
"packageLocal"
)
return
local
...
...
ydl-platform/build.gradle
View file @
f2c34448
...
...
@@ -18,19 +18,6 @@ android {
targetSdkVersion
rootProject
.
ext
.
android
[
"targetSdkVersion"
]
versionCode
1
versionName
"1.0"
testInstrumentationRunner
'androidx.test.runner.AndroidJUnitRunner'
flavorDimensions
"versionCode"
ndk
{
abiFilters
"arm64-v8a"
}
vectorDrawables
.
useSupportLibrary
=
true
}
lintOptions
{
abortOnError
false
disable
'MissingTranslation'
}
buildTypes
{
...
...
@@ -75,8 +62,8 @@ dependencies {
//====================YDL Repository====================
// api rootProject.ext.dependencies["ydl-pushagent"]
// api rootProject.ext.dependencies["ydl-hnet"]
api
"androidx.lifecycle:lifecycle-viewmodel:2.2.0"
implementation
'com.volcengine:apm_insight:1.4.6.cn'
implementation
"com.ydl.aar:resource:0.0.1-ydl"
api
(
rootProject
.
ext
.
dependencies
[
"ydl-notracepoint"
])
{
transitive
=
true
exclude
group:
'com.google.code.gson'
,
module:
'gson'
...
...
ydl-platform/src/main/res/values/colors.xml
View file @
f2c34448
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<color
name=
"platform_main_theme"
>
#1da1f2
</color>
<color
name=
"platform_color_1DA1F2"
>
#1DA1F2
</color>
<color
name=
"platform_new_divide_color"
>
#f0f0f0
</color>
<color
name=
"platform_white"
>
#ffffff
</color>
...
...
ydl-webview/build.gradle
View file @
f2c34448
...
...
@@ -24,11 +24,6 @@ android {
arguments
=
[
AROUTER_MODULE_NAME:
"webview"
]
}
}
ndk
{
abiFilters
"arm64-v8a"
}
}
buildTypes
{
...
...
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