Skip to content

Commit fe9f6a2

Browse files
committed
Build: exclude BuildConfig class from release builds
1 parent 64d9b59 commit fe9f6a2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/UnityShowAndroidStatusBar/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ android {
3131
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3232
}
3333
}
34-
}
34+
}
35+
36+
afterEvaluate {
37+
generateReleaseBuildConfig.enabled = false
38+
}

0 commit comments

Comments
 (0)