mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +02:00
@@ -121,7 +121,11 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.whenTaskAdded {
|
||||||
|
if (name.contains("ArtProfile")) {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -25,10 +25,3 @@ allprojects {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tasks.whenTaskAdded {
|
|
||||||
if (name.contains("ArtProfile")) {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user