v0.6.4
This is a test if updates work
This commit is contained in:
20
sync/fdroid/build.gradle.kts
Normal file
20
sync/fdroid/build.gradle.kts
Normal file
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
alias(libs.plugins.looker.android.library)
|
||||
alias(libs.plugins.looker.serialization)
|
||||
alias(libs.plugins.looker.lint)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.looker.sync.fdroid"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
modules(
|
||||
Modules.coreCommon,
|
||||
Modules.coreDomain,
|
||||
Modules.coreNetwork,
|
||||
)
|
||||
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
androidTestImplementation(libs.bundles.test.android)
|
||||
}
|
||||
Reference in New Issue
Block a user