summaryrefslogtreecommitdiff
path: root/remoteExample/build.gradle
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2024-08-09 17:20:17 +0200
committerArne Schwabe <arne@rfc2549.org>2024-08-09 17:20:17 +0200
commitbbe496ba2bcbe6907ab59b64ff41fc5af5cb5123 (patch)
treea9aad09e5fea39e599e8c4e7bcd899797e7fffb5 /remoteExample/build.gradle
parente748956722b556d77425af41b53dc73efc1da915 (diff)
Fix remote example build
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r--remoteExample/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index 179555bb..019fa10f 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -8,6 +8,9 @@ plugins {
}
android {
+ buildFeatures {
+ buildConfig true
+ }
compileSdkVersion 33
defaultConfig {