Skip to content

Commit ade6880

Browse files
committed
contrib set release compression to false
1 parent fc208e2 commit ade6880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

opencv3_4_4_contrib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ android {
136136
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
137137
}
138138
release {
139-
minifyEnabled true
139+
minifyEnabled false
140140
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
141141
}
142142
production {
143-
minifyEnabled true
143+
minifyEnabled false
144144
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
145145
}
146146
}

0 commit comments

Comments
 (0)