summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/source/build.gradle3
-rw-r--r--android/source/gradle.properties1
2 files changed, 3 insertions, 1 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 8843330b7ba5..eed27bef4e54 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -40,6 +40,9 @@ dependencies {
android {
namespace 'org.libreoffice'
compileSdk 34
+ buildFeatures {
+ buildConfig = true
+ }
// uses non-conventional source layout, so need to reconfigure accordingly
// ToDo move to conventional layout, so stuff can be stripped down.
sourceSets {
diff --git a/android/source/gradle.properties b/android/source/gradle.properties
index 76578d6146a5..19f2d673e497 100644
--- a/android/source/gradle.properties
+++ b/android/source/gradle.properties
@@ -1,4 +1,3 @@
-android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true