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 8f6889a commit 34ca7ffCopy full SHA for 34ca7ff
Voice Control For Plex/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'android'
3
4
android {
5
compileSdkVersion 19
6
- buildToolsVersion '19.0.3'
+ buildToolsVersion '19.1.0'
7
8
defaultConfig {
9
minSdkVersion 14
@@ -27,6 +27,14 @@ android {
27
debuggable false
28
runProguard false
29
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
38
}
39
40
lintOptions {
0 commit comments