From 862f2b06d8594f7ce56f83df58e3764ffab28bbf Mon Sep 17 00:00:00 2001 From: johan12345 Date: Sun, 28 Apr 2024 19:18:32 +0200 Subject: [PATCH] remove broken resourcePlaceholders plugin, hardcode targetPackage in shortcuts.xml --- app/build.gradle.kts | 4 ---- app/src/main/res/xml/shortcuts.xml | 2 +- build.gradle.kts | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 16bcb27e..236c1a32 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -8,7 +8,6 @@ plugins { id("kotlin-kapt") id("androidx.navigation.safeargs.kotlin") id("com.mikepenz.aboutlibraries.plugin") - id("pt.jcosta.resourceplaceholders") } val supportedLocales = "en,de,fr,nb-rNO,nl,pt,ro,cs" @@ -108,9 +107,6 @@ android { } } - resourcePlaceholders { - files("xml/shortcuts.xml") - } namespace = "net.vonforst.evmap" // add API keys from environment variable if not set in apikeys.xml diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml index 8cce6039..b2766a6a 100644 --- a/app/src/main/res/xml/shortcuts.xml +++ b/app/src/main/res/xml/shortcuts.xml @@ -9,7 +9,7 @@ (e.g. in the debug version). -->