Skip to content

Commit

Permalink
Do not generate BuildConfig fields
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Dec 31, 2020
1 parent 360e0f7 commit 14a361d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true

android.useAndroidX=true

android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.shaders=false

0 comments on commit 14a361d

Please sign in to comment.