element-x-ada/libraries/cachestore/api/build.gradle.kts
2026-04-29 22:29:41 +02:00

13 lines
324 B
Kotlin

/*
* Copyright (c) 2026 Element Creations Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
* Please see LICENSE files in the repository root for full details.
*/
plugins {
id("io.element.android-library")
}
android {
namespace = "io.element.android.libraries.cachestore.api"
}