summaryrefslogtreecommitdiff
path: root/libs/local/build.gradle.kts
blob: 6a126d0407cce2a1f854f301aca06f307b13b2f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
plugins {
    alias(libs.plugins.android.library)
}

android {
    namespace = "org.the_jk.cleversync.local"
}

dependencies {
    implementation(project(":libs:io"))
    testImplementation(project(":libs:test-utils"))
}