From bbe496ba2bcbe6907ab59b64ff41fc5af5cb5123 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 9 Aug 2024 17:20:17 +0200 Subject: Fix remote example build --- remoteExample/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'remoteExample') 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 { -- cgit v1.2.3