Skip to content

Commit d10757a

Browse files
committed
1 parent 61ae67a commit d10757a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ android {
9595
dependencies {
9696
implementation project(':extLibs:PreLollipopTransitions')
9797

98-
api 'androidx.annotation:annotation:1.8.0'
98+
api 'androidx.annotation:annotation:1.8.2'
9999
api 'androidx.appcompat:appcompat:1.7.0'
100100
api 'androidx.multidex:multidex:2.0.1'
101101
api 'com.google.android.apps.muzei:muzei-api:3.4.2'
102102
api 'dev.jahir.KustomAPI:api:6369c37'
103103
api 'dev.jahir.KustomAPI:preset:6369c37'
104104

105-
implementation 'androidx.work:work-runtime:2.9.0'
105+
implementation 'androidx.work:work-runtime:2.9.1'
106106
implementation 'androidx.recyclerview:recyclerview:1.3.2'
107107
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
108108
implementation 'androidx.palette:palette:1.0.0'
@@ -122,7 +122,7 @@ dependencies {
122122
implementation 'com.mikhaellopez:circularimageview:3.0.2'
123123
implementation 'com.github.chrisbanes:PhotoView:1.3.1'
124124
implementation 'me.grantland:autofittextview:0.2.1'
125-
implementation 'com.github.KeepSafe:TapTargetView:1.9.1'
125+
implementation 'com.github.KeepSafe:TapTargetView:1.13.2'
126126
implementation 'com.github.sarsamurmu:AdaptiveIconBitmap:1.0.1'
127127
implementation 'com.github.zixpo:recycler-fast-scroll:6add4dff39'
128128
implementation 'me.zhanghai.android.fastscroll:library:1.1.8'

0 commit comments

Comments
 (0)