Skip to content

Commit

Permalink
feat: enable buildFeatures.buildConfig for android gradle plugin 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
radko93 authored Nov 12, 2023
1 parent fe2bb4e commit cce6139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def supportsNamespace() {
android {
if (supportsNamespace()) {
namespace "io.agora.rtc.ng.react"

buildFeatures {
buildConfig true
}
sourceSets {
main {
manifest.srcFile "src/main/AndroidManifestNew.xml"
Expand Down

0 comments on commit cce6139

Please sign in to comment.