Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 971cd2e

Browse files
committed
Config changes
1 parent 1a0555d commit 971cd2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.2.2'
8+
classpath 'com.android.tools.build:gradle:1.2.3'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

Diff for: sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
}
1414
buildTypes {
1515
release {
16-
minifyEnabled true
16+
minifyEnabled false
1717
debuggable false
1818
proguardFiles 'proguard-rules.pro'
1919
}

0 commit comments

Comments
 (0)