mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-20 01:05:26 +02:00
Clean up dependencies
This commit is contained in:
parent
86dce329ac
commit
275485d15a
@ -29,9 +29,4 @@ android {
|
||||
|
||||
dependencies {
|
||||
testImplementation(libs.junit)
|
||||
implementation(libs.com.github.sadellie.themmo)
|
||||
|
||||
implementation(project(mapOf("path" to ":data:common")))
|
||||
implementation(project(mapOf("path" to ":data:userprefs")))
|
||||
implementation(project(mapOf("path" to ":data:model")))
|
||||
}
|
||||
|
@ -28,8 +28,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.com.github.sadellie.themmo)
|
||||
|
||||
implementation(project(mapOf("path" to ":data:model")))
|
||||
implementation(project(mapOf("path" to ":data:userprefs")))
|
||||
implementation(project(mapOf("path" to ":data:units")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user