Skip to content

Commit 9a2b439

Browse files
committed
fix: update dependencies to correct versions
- FlycoTabLayout: Use Maven Central version io.github.h07000223:flycoTabLayout:3.0.0 - RecyclerView-FlexibleDivider: Use maintained JitPack fork com.github.mazenrashed:RecyclerView-FlexibleDivider:1.5.0 These versions are actively maintained and available in their respective repositories.
1 parent 3d409dc commit 9a2b439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ dependencies {
101101
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
102102
implementation 'jp.wasabeef:glide-transformations:4.3.0'
103103
implementation 'de.hdodenhof:circleimageview:2.1.0'
104-
// Using JitPack version of FlycoTabLayout
105-
implementation 'com.github.H07000223:FlycoTabLayout:3.0.0'
104+
// Using Maven Central version of FlycoTabLayout (AndroidX version)
105+
implementation 'io.github.h07000223:flycoTabLayout:3.0.0'
106106
implementation 'com.orhanobut:logger:2.2.0'
107107
implementation 'com.trello.rxlifecycle2:rxlifecycle:2.2.0'
108108
implementation 'com.trello.rxlifecycle2:rxlifecycle-android:2.2.0'
@@ -111,8 +111,8 @@ dependencies {
111111
implementation 'me.ghui:Fruit:1.0.4'
112112
implementation 'me.ghui:fruit-converter-retrofit:1.0.5'
113113
implementation 'me.ghui:global-retrofit-converter:1.0.2'
114-
// Using JitPack version of RecyclerView-FlexibleDivider
115-
implementation 'com.github.yqritc:RecyclerView-FlexibleDivider:1.4.0'
114+
// Using JitPack version of RecyclerView-FlexibleDivider (maintained fork)
115+
implementation 'com.github.mazenrashed:RecyclerView-FlexibleDivider:1.5.0'
116116
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
117117
//noinspection GradleDynamicVersion
118118
implementation 'com.r0adkll:slidableactivity:2.0.5'

0 commit comments

Comments
 (0)