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
e6584dc9
Commit
e6584dc9
authored
Jul 08, 2022
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 加入屏幕适配
parent
c83bc175
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
14 deletions
+17
-14
build.gradle
build.gradle
+3
-10
config.gradle
config.gradle
+4
-4
build.gradle
ydl-platform/build.gradle
+1
-0
AndroidManifest.xml
ydl-platform/src/main/AndroidManifest.xml
+9
-0
No files found.
build.gradle
View file @
e6584dc9
...
...
@@ -35,11 +35,8 @@ buildscript {
}
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
// maven {
// url 'https://dl.bintray.com/zouyuhan/maven'
// }
google
()
jcenter
()
mavenCentral
()
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
//Umeng sdk maven 地址
maven
{
url
'https://repo1.maven.org/maven2/'
}
...
...
@@ -82,20 +79,16 @@ allprojects {
}
}
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
// maven { url'http://developer.huawei.com/repo/' }
maven
{
url
"https://jitpack.io"
}
maven
{
// url 'https://maven.google.com'
url
'https://dl.google.com/dl/android/maven2/'
}
// maven {
// url 'https://dl.bintray.com/zouyuhan/maven'
// }
google
()
jcenter
()
mavenCentral
()
maven
{
url
'https://maven.aliyun.com/repository/releases'
}
//Umeng sdk maven 地址
maven
{
url
'https://repo1.maven.org/maven2/'
}
maven
{
url
"https://jitpack.io"
}
}
}
...
...
config.gradle
View file @
e6584dc9
...
...
@@ -34,7 +34,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.41.
43
"
,
"ydl-platform"
:
"0.0.41.
55
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.57"
,
...
...
@@ -118,7 +118,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.41.
43
"
,
"ydl-platform"
:
"0.0.41.
55
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.57"
,
...
...
@@ -162,7 +162,7 @@ ext {
"picasso"
:
"com.squareup.picasso:picasso:2.5.2"
,
//view
"a
utolayout"
:
"com.zhy:autolayout:1.4.5
"
,
"a
ndroid-auto-size"
:
"com.github.JessYanCoding:AndroidAutoSize:v1.2.1
"
,
"butterknife"
:
"com.jakewharton:butterknife:${version["
butterknifeSdkVersion
"]}"
,
"butterknife-compiler"
:
"com.jakewharton:butterknife-compiler:${version["
butterknifeSdkVersion
"]}"
,
"pickerview"
:
"com.contrarywind:Android-PickerView:3.2.5"
,
...
...
@@ -171,7 +171,6 @@ ext {
"nineoldandroids"
:
"com.nineoldandroids:library:2.4.0"
,
"paginate"
:
"com.github.markomilos:paginate:0.5.1"
,
"vlayout"
:
"com.alibaba.android:vlayout:1.1.0@aar"
,
"autosize"
:
"me.jessyan:autosize:1.1.2"
,
//rx1
"rxandroid"
:
"io.reactivex:rxandroid:1.2.1"
,
...
...
@@ -299,6 +298,7 @@ ext {
"ydl-m-dynamic-api"
:
"com.ydl:m-dynamic-api:${ydlCompileVersion["
m
-
dynamic
-
api
"]}"
,
"ydl-m-confide-api"
:
"com.ydl:m-confide-api:${ydlCompileVersion["
m
-
confide
-
api
"]}"
,
"ydl-m-course-api"
:
"com.ydl:m-course-api:${ydlCompileVersion["
m
-
course
-
api
"]}"
,
]
}
ydl-platform/build.gradle
View file @
e6584dc9
...
...
@@ -134,6 +134,7 @@ dependencies {
api
rootProject
.
ext
.
dependencies
[
"xrecyclerview"
]
api
rootProject
.
ext
.
dependencies
[
"flowlayout"
]
api
rootProject
.
ext
.
dependencies
[
"androidanimations"
]
api
rootProject
.
ext
.
dependencies
[
"android-auto-size"
]
//====================Tools====================
api
rootProject
.
ext
.
dependencies
[
"robust"
]
api
rootProject
.
ext
.
dependencies
[
"walle"
]
...
...
ydl-platform/src/main/AndroidManifest.xml
View file @
e6584dc9
...
...
@@ -24,5 +24,14 @@
<action
android:name=
"android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"
/>
</intent-filter>
</receiver>
<!--屏幕适配-->
<meta-data
android:name=
"design_width_in_dp"
android:value=
"375"
/>
<meta-data
android:name=
"design_height_in_dp"
android:value=
"812"
/>
</application>
</manifest>
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