diff options
author | Arne Schwabe <arne@rfc2549.org> | 2024-08-09 17:20:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2024-08-09 17:20:17 +0200 |
commit | bbe496ba2bcbe6907ab59b64ff41fc5af5cb5123 (patch) | |
tree | a9aad09e5fea39e599e8c4e7bcd899797e7fffb5 /remoteExample/build.gradle | |
parent | e748956722b556d77425af41b53dc73efc1da915 (diff) |
Fix remote example build
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r-- | remoteExample/build.gradle | 3 |
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 { |