[Android] gradle: enable resValues feature
Steve Lhomme
git at videolan.org
Wed Jun 10 09:28:00 UTC 2026
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jun 9 10:19:51 2026 +0200| [a58d687c3c2e048ac0124fd775f9eed1d87bce82] | committer: Steve Lhomme
gradle: enable resValues feature
It's used in defaultConfig.
> https://code.videolan.org/videolan/vlc-android/commit/a58d687c3c2e048ac0124fd775f9eed1d87bce82
---
application/remote-access-client/build.gradle | 4 ++++
application/vlc-android/build.gradle | 1 +
2 files changed, 5 insertions(+)
diff --git a/application/remote-access-client/build.gradle b/application/remote-access-client/build.gradle
index d8278c5cf4..0371b8fdda 100644
--- a/application/remote-access-client/build.gradle
+++ b/application/remote-access-client/build.gradle
@@ -85,6 +85,10 @@ android {
}
}
}
+
+ buildFeatures {
+ resValues = true
+ }
}
preBuild.dependsOn(webCopy)
diff --git a/application/vlc-android/build.gradle b/application/vlc-android/build.gradle
index 0a7dd8bfb1..5dc4253d21 100644
--- a/application/vlc-android/build.gradle
+++ b/application/vlc-android/build.gradle
@@ -130,6 +130,7 @@ android {
renderScript = true
aidl = true
buildConfig = true
+ resValues = true
}
}
More information about the Android
mailing list