Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2024-01-19 22:59:19 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-19 22:59:19 +0300
commit99b5cf927a0f773882c040b95cda00c75a2cf024 (patch)
tree1036970ed1417574c96aa1a5dfd538a1ab12caf2 /app/build.gradle
parentd244d8a4b7fec6d9496d146eb739628bea3b7656 (diff)
fix: BuildConfig and ResId issues
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a2fee90a2..25d034225 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -21,6 +21,7 @@ android {
}
buildFeatures {
viewBinding true
+ buildConfig true
}
buildTypes {
release {