We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4526de1 commit 1d9c699Copy full SHA for 1d9c699
1 file changed
studyplus-android-sdk/build.gradle
@@ -5,6 +5,11 @@ android {
5
namespace 'jp.studyplus.android.sdk'
6
7
compileSdkVersion versions.compileSdk
8
+
9
+ buildFeatures {
10
+ buildConfig true
11
+ }
12
13
defaultConfig {
14
minSdkVersion versions.minSdk
15
targetSdkVersion versions.targetSdk
0 commit comments