Skip to content

Commit 34ca7ff

Browse files
author
Chris Bellew
committed
Updated gradle build file.
1 parent 8f6889a commit 34ca7ff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Voice Control For Plex/build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'android'
33

44
android {
55
compileSdkVersion 19
6-
buildToolsVersion '19.0.3'
6+
buildToolsVersion '19.1.0'
77

88
defaultConfig {
99
minSdkVersion 14
@@ -27,6 +27,14 @@ android {
2727
debuggable false
2828
runProguard false
2929
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
30+
buildConfigField "boolean", "USE_BUGSENSE", "true"
31+
}
32+
debug {
33+
buildConfigField "boolean", "USE_BUGSENSE", "false"
34+
}
35+
beta {
36+
signingConfig signingConfigs.debug
37+
buildConfigField "boolean", "USE_BUGSENSE", "true"
3038
}
3139
}
3240
lintOptions {

0 commit comments

Comments
 (0)