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
905ef045
Commit
905ef045
authored
Jan 10, 2020
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flutter埋点的id作md5编码处理
parent
d8b01b81
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
config.gradle
config.gradle
+6
-5
YDLCommonPlugin.kt
ydl-flutter-base/src/main/java/com/channel/ydl_flutter_base/plugin/YDLCommonPlugin.kt
+1
-1
No files found.
config.gradle
View file @
905ef045
...
...
@@ -50,9 +50,10 @@ ext {
"m-im"
:
"0.0.6"
,
"m-dynamic"
:
"0.0.2.2"
,
"m-muse"
:
"0.0.22"
,
"m-tests"
:
"0.0.17"
,
"m-course"
:
"0.0.36"
,
//flutter升级会涉及到以下三个
"m-muse"
:
"0.0.24"
,
"m-tests"
:
"0.0.19"
,
"m-course"
:
"0.0.38"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.5"
,
...
...
@@ -76,7 +77,7 @@ ext {
"ydl-media"
:
"0.0.15.1"
,
"ydl-pay"
:
"0.0.12.1"
,
"m-audioim"
:
"0.0.41.1"
,
"ydl-flutter-base"
:
"0.0.5.2
6
"
,
"ydl-flutter-base"
:
"0.0.5.2
8
"
,
//以下 几乎不会动
"router"
:
"0.0.1"
,
...
...
@@ -122,7 +123,7 @@ ext {
"ydl-media"
:
"0.0.15.1"
,
"ydl-pay"
:
"0.0.12.1"
,
"m-audioim"
:
"0.0.41.1"
,
"ydl-flutter-base"
:
"0.0.5.2
6
"
,
"ydl-flutter-base"
:
"0.0.5.2
8
"
,
//以下 几乎不会动
"router"
:
"0.0.1"
,
...
...
ydl-flutter-base/src/main/java/com/channel/ydl_flutter_base/plugin/YDLCommonPlugin.kt
View file @
905ef045
...
...
@@ -87,7 +87,7 @@ class YDLCommonPlugin : MethodChannel.MethodCallHandler {
field
.
isAccessible
=
true
val
property
=
field
.
get
(
ownerClass
)
if
(
property
is
Boolean
&&
property
)
{
BuryPointHelper
.
showEditDialog
(
mActivity
,
clickPath
,
null
)
BuryPointHelper
.
showEditDialog
(
mActivity
,
MD5Util
.
md5
(
clickPath
)
,
null
)
}
}
catch
(
e
:
Exception
)
{
...
...
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