Skip to content

Commit 2e43af4

Browse files
author
Daniel Novak
committed
Proguard gradle bug
1 parent 0855b17 commit 2e43af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
targetSdkVersion 24
1111
versionCode 1
1212
versionName VERSION_NAME
13-
consumerProguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
13+
consumerProguardFiles 'proguard-rules.pro'
1414
}
1515
compileOptions {
1616
sourceCompatibility JavaVersion.VERSION_1_7

0 commit comments

Comments
 (0)