From e05c704539648af957ee89c870b0a71b7be12b26 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 19 May 2023 21:33:37 +0530 Subject: refactor(build): sync Gradle properties set with current AGP --- app/build.gradle.kts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'app') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c6ca5871..6bcfbdc6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,6 +22,7 @@ crowdin { android { compileOptions { isCoreLibraryDesugaringEnabled = true } + namespace = "app.passwordstore" defaultConfig { applicationId = "app.passwordstore" @@ -30,13 +31,11 @@ android { buildFeatures { compose = true - composeOptions { - useLiveLiterals = false - kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() - } } - - namespace = "app.passwordstore" + composeOptions { + useLiveLiterals = false + kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() + } } dependencies { -- cgit v1.2.3