Skip to content

Commit 438ea2f

Browse files
author
Daniel Novak
committed
Replace runProguard with minifyEnabled
1 parent e28957c commit 438ea2f

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
@@ -16,7 +16,7 @@ android {
1616
}
1717
buildTypes {
1818
release {
19-
runProguard false
19+
minifyEnabled false
2020
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2121
}
2222
}

0 commit comments

Comments
 (0)