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
721db115
Commit
721db115
authored
Nov 22, 2019
by
konghaorui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component
into dev
parents
a8b2a28e
55173218
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+4
-4
FMDetailActivity.java
m-fm/src/main/java/com/yidianling/fm/FMDetailActivity.java
+1
-1
No files found.
config.gradle
View file @
721db115
...
@@ -44,9 +44,9 @@ ext {
...
@@ -44,9 +44,9 @@ ext {
//第三步 若干
//第三步 若干
"m-confide"
:
"0.0.21"
,
"m-confide"
:
"0.0.21"
,
"m-consultant"
:
"0.0.38"
,
"m-consultant"
:
"0.0.38"
,
"m-course"
:
"0.0.
17
"
,
"m-course"
:
"0.0.
24
"
,
"m-fm"
:
"0.0.1
5
"
,
"m-fm"
:
"0.0.1
6
"
,
"m-muse"
:
"0.0.1
2
"
,
"m-muse"
:
"0.0.1
3
"
,
"m-tests"
:
"0.0.10"
,
"m-tests"
:
"0.0.10"
,
"m-user"
:
"0.0.31"
,
"m-user"
:
"0.0.31"
,
...
@@ -245,7 +245,7 @@ ext {
...
@@ -245,7 +245,7 @@ ext {
"ydl-utils"
:
"com.ydl:ydl-utils:${ydlCompileVersion["
ydl
-
utils
"]}"
,
"ydl-utils"
:
"com.ydl:ydl-utils:${ydlCompileVersion["
ydl
-
utils
"]}"
,
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.1
3
@aar"
,
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.1
4
@aar"
,
//基础组件 <<--- 先发这个,发完改这里的版本号
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlCompileVersion["
ydl
-
platform
"]}@aar"
,
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlCompileVersion["
ydl
-
platform
"]}@aar"
,
...
...
m-fm/src/main/java/com/yidianling/fm/FMDetailActivity.java
View file @
721db115
...
@@ -506,7 +506,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen
...
@@ -506,7 +506,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen
private
void
share
()
{
private
void
share
()
{
if
(
fmDetail
==
null
)
if
(
fmDetail
==
null
)
return
;
return
;
YDLShareDialog
dialog
=
YDLShareDialog
.
Companion
.
style1
(
this
,
fmDetail
.
getTitle
(),
fmDetail
.
getShare_url
(),
null
,
fmDetail
.
getImage_url
());
YDLShareDialog
dialog
=
YDLShareDialog
.
Companion
.
style1
(
this
,
fmDetail
.
getTitle
(),
fmDetail
.
getShare_url
(),
""
,
fmDetail
.
getImage_url
());
dialog
.
setCallBack
(
type
->
{
dialog
.
setCallBack
(
type
->
{
if
(
1
==
type
)
{
if
(
1
==
type
)
{
if
(!
FMIn
.
INSTANCE
.
isLogin
())
{
if
(!
FMIn
.
INSTANCE
.
isLogin
())
{
...
...
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