mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-27 18:14:45 +01:00
Fixed compile error due to JCenter() library issue (#1507)
* Fixed compile error due to JCenter() dependency issue * Fixed compile error due to JCenter() dependency issue
This commit is contained in:
parent
0d8c5ed4c3
commit
a46e96f3e4
BIN
app/Modules/customtextview-2.1.aar
Normal file
BIN
app/Modules/customtextview-2.1.aar
Normal file
Binary file not shown.
@ -173,7 +173,7 @@ dependencies {
|
|||||||
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
|
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
|
||||||
|
|
||||||
// Customizable TextView
|
// Customizable TextView
|
||||||
implementation 'com.libRG:customtextview:2.4'
|
implementation files("Modules/customtextview-2.1.aar")
|
||||||
|
|
||||||
// Dismiss gesturing
|
// Dismiss gesturing
|
||||||
implementation 'app.futured.hauler:hauler:5.0.0'
|
implementation 'app.futured.hauler:hauler:5.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user