Skip to content

Commit 66a8055

Browse files
author
tiann
committed
Update: toolchain
1 parent b8ea12c commit 66a8055

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VirtualApp/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
release {
6464
minifyEnabled false
6565
debuggable
66-
debuggable false
66+
debuggable true
6767
}
6868
}
6969
compileOptions {

VirtualApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath 'com.android.tools.build:gradle-experimental:0.11.1'
1717
// We recommend changing it to the latest version from our changelog:
1818
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
19-
classpath 'io.fabric.tools:gradle:1.+'
19+
classpath 'io.fabric.tools:gradle:1.27.1'
2020
// NOTE: Do not place your application dependencies here; they belong
2121
// in the individual module build.gradle files
2222
}

0 commit comments

Comments
 (0)