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
c0250f53
Commit
c0250f53
authored
May 28, 2022
by
范玉宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Could not resolve jp.wasabeef:blurry:4.0.1.
parent
11d2889f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
15 deletions
+14
-15
config.gradle
config.gradle
+4
-4
build.gradle
m-muse/build.gradle
+1
-1
MeditationTimeOffActivity.kt
m-muse/src/main/java/com/yidianling/muse/activity/MeditationTimeOffActivity.kt
+9
-10
No files found.
config.gradle
View file @
c0250f53
...
...
@@ -9,12 +9,12 @@ ext {
"m-consultant"
:
"0.0.60.25"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.19"
,
"m-home"
:
"0.0.23.6
7
"
,
"m-home"
:
"0.0.23.6
9
"
,
"m-im"
:
"0.0.21.44"
,
"m-dynamic"
:
"0.0.7.73"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.
49
"
,
"m-muse"
:
"0.0.28.
51
"
,
"m-tests"
:
"0.0.24.18"
,
"m-course"
:
"0.0.43.37"
,
...
...
@@ -94,12 +94,12 @@ ext {
"m-consultant"
:
"0.0.60.25"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.19"
,
"m-home"
:
"0.0.23.6
7
"
,
"m-home"
:
"0.0.23.6
9
"
,
"m-im"
:
"0.0.21.44"
,
"m-dynamic"
:
"0.0.7.73"
,
"m-article"
:
"0.0.0.8"
,
"m-muse"
:
"0.0.28.
49
"
,
"m-muse"
:
"0.0.28.
52
"
,
"m-tests"
:
"0.0.24.18"
,
"m-course"
:
"0.0.43.37"
,
//-------------- 业务模块 API 层 --------------
...
...
m-muse/build.gradle
View file @
c0250f53
...
...
@@ -60,7 +60,7 @@ dependencies {
implementation
'com.github.weidongjian:androidWheelView:1.0.0'
implementation
'com.github.feeeei:CircleSeekbar:v1.1.2'
implementation
'jp.wasabeef:blurry:4.0.1'
//
implementation 'jp.wasabeef:blurry:4.0.1'
// solve build problem
// cannot access 'androidx.lifecycle.hasdefaultviewmodelproviderfactory'
// Comment out when compiling
...
...
m-muse/src/main/java/com/yidianling/muse/activity/MeditationTimeOffActivity.kt
View file @
c0250f53
...
...
@@ -9,7 +9,6 @@ import com.ydl.ydlcommon.base.BaseActivity
import
com.ydl.ydlcommon.utils.StatusBarUtils
import
com.ydl.ydlcommon.utils.remind.ToastHelper
import
com.yidianling.muse.R
import
jp.wasabeef.blurry.Blurry
import
kotlinx.android.synthetic.main.activity_play_meditation_time_off.*
import
kotlinx.android.synthetic.main.activity_play_meditation_time_off.iv_close
...
...
@@ -25,15 +24,15 @@ class MeditationTimeOffActivity : BaseActivity() {
private
fun
initView
()
{
Handler
().
postDelayed
({
Blurry
.
with
(
this
)
.
radius
(
25
)
.
sampling
(
1
)
.
color
(
Color
.
parseColor
(
"#FF173F5D"
))
.
async
()
.
capture
(
iv_bg
)
.
into
(
iv_bg
)
},
300
)
//
Handler().postDelayed({
//
Blurry.with(this)
//
.radius(25)
//
.sampling(1)
//
.color(Color.parseColor("#FF173F5D"))
//
.async()
//
.capture(iv_bg)
//
.into(iv_bg)
//
},300)
iv_close
?.
setOnClickListener
{
finish
()
}
...
...
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