File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- https://github.com/bumptech/glide/issues/4940 -->
3
+ <lint >
4
+ <issue id =" NotificationPermission" >
5
+ <ignore regexp =" com.bumptech.glide.request.target.NotificationTarget" />
6
+ </issue >
7
+ </lint >
8
+
Original file line number Diff line number Diff line change @@ -39,16 +39,21 @@ android {
39
39
test. java. srcDirs + = ' src/test/kotlin'
40
40
debug. java. srcDirs + = ' src/debug/kotlin'
41
41
}
42
+
43
+ lint {
44
+ lintConfig = file(" android-lint.xml" )
45
+ }
46
+
42
47
namespace ' dev.hotwire.turbo.demo'
43
48
}
44
49
45
50
dependencies {
46
51
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
47
52
implementation ' com.google.android.material:material:1.8.0'
48
53
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
49
- implementation ' androidx.recyclerview:recyclerview:1.2.1 '
54
+ implementation ' androidx.recyclerview:recyclerview:1.3.0 '
50
55
implementation ' androidx.browser:browser:1.5.0'
51
- implementation ' com.github.bumptech.glide:glide:4.14.2 '
56
+ implementation ' com.github.bumptech.glide:glide:4.15.1 '
52
57
53
58
implementation project(' :turbo' )
54
59
}
You can’t perform that action at this time.
0 commit comments