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 b8ea12c commit 66a8055Copy full SHA for 66a8055
2 files changed
VirtualApp/app/build.gradle
@@ -63,7 +63,7 @@ android {
63
release {
64
minifyEnabled false
65
debuggable
66
- debuggable false
+ debuggable true
67
}
68
69
compileOptions {
VirtualApp/build.gradle
@@ -16,7 +16,7 @@ buildscript {
16
classpath 'com.android.tools.build:gradle-experimental:0.11.1'
17
// We recommend changing it to the latest version from our changelog:
18
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
19
- classpath 'io.fabric.tools:gradle:1.+'
+ classpath 'io.fabric.tools:gradle:1.27.1'
20
// NOTE: Do not place your application dependencies here; they belong
21
// in the individual module build.gradle files
22
0 commit comments