We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c5ff commit 68192b6Copy full SHA for 68192b6
tinker-sample-android/app/build.gradle
@@ -171,7 +171,7 @@ def getTinkerIdValue() {
171
}
172
173
def buildWithTinker() {
174
- return hasProperty("TINKER_ENABLE") ? TINKER_ENABLE : ext.tinkerEnabled
+ return hasProperty("TINKER_ENABLE") ? Boolean.parseBoolean(TINKER_ENABLE) : ext.tinkerEnabled
175
176
177
def getTinkerBuildFlavorDirectory() {
0 commit comments