From 2320201f895530d127441b15317bb6a557820396 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 27 Mar 2022 18:07:18 +0530 Subject: Migrate namespaces to Gradle (#1805) * ui-compose: update Gradle configuration * gradle: fix namespace for a couple astray Compose dependencies * all: switch to Gradle namespace property Mirrors a similar change from AndroidX https://github.com/androidx/androidx/commit/dcfa035a961fd1daabb7dcccf97d77fa2a006abf --- openpgp-ktx/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ktx/build.gradle.kts') diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts index d29d18d5..e68f8ecd 100644 --- a/openpgp-ktx/build.gradle.kts +++ b/openpgp-ktx/build.gradle.kts @@ -11,8 +11,8 @@ plugins { android { defaultConfig { consumerProguardFiles("consumer-proguard-rules.pro") } - buildFeatures.aidl = true + namespace = "me.msfjarvis.openpgpktx" } dependencies { implementation(libs.kotlin.coroutines.core) } -- cgit v1.2.3