Skip to content

Commit 827e5e3

Browse files
LouisCADelizarov
authored andcommitted
README: R8 is default in 3.4.0+ and 3.3.0-beta
3.3.0 (non canary/beta release) didn't have R8 enabled by default.
1 parent 4d5246a commit 827e5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ For R8 no actions required, it will take obfuscation rules from the jar.
167167

168168
For Proguard you need to add options from [coroutines.pro](kotlinx-coroutines-core/jvm/resources/META-INF/proguard/coroutines.pro) to your rules manually.
169169

170-
R8 is a replacement for ProGuard in Android ecosystem, it is enabled by default since Android gradle plugin 3.3.0-beta.
170+
R8 is a replacement for ProGuard in Android ecosystem, it is enabled by default since Android gradle plugin 3.4.0 (3.3.0-beta also had it enabled).
171171

172172
### JS
173173

0 commit comments

Comments
 (0)