2022-05-02 12:49:49 -07:00
|
|
|
plugins {
|
|
|
|
id("com.android.library")
|
|
|
|
kotlin("android")
|
2022-06-13 11:06:23 -07:00
|
|
|
id("secant.android-build-conventions")
|
2023-02-13 05:10:32 -08:00
|
|
|
id("secant.jacoco-conventions")
|
2022-05-02 12:49:49 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2022-09-19 05:24:19 -07:00
|
|
|
namespace = "co.electriccoin.zcash.test"
|
2022-05-02 12:49:49 -07:00
|
|
|
resourcePrefix = "co_electriccoin_zcash_"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(libs.bundles.androidx.test)
|
|
|
|
}
|