You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -281,11 +281,9 @@ if (VersionCheckHelper.verifyMinVersion(context, MIN_NEXTCLOUD_FILES_APP_VERSION
281
281
282
282
## R8/ProGuard
283
283
284
-
R8 and ProGuard rules are bundled into [SSO](lib/consumer-proguard-rules.pro).
285
-
The bundled rules do**not** cover enabled obfuscation.
286
-
Therefore it is **recommended** to add `-dontobfuscate` to your app-specific proguard rules.
284
+
R8 and ProGuard rules are bundled into [SSO](lib/consumer-proguard-rules.pro) so it will automatically work without additional app level rules.
287
285
288
-
With [R8 full mode](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode) being enabled by default since [AGP 8.0](https://developer.android.com/build/releases/gradle-plugin#default-changes), you will probably need to handle following app-specific rules yourself (or disable full mode):
286
+
Keep in mind that you will still need custom rules for your classes used with Retrofit, Gson or similar tools.
289
287
290
288
### Gson
291
289
According to [Gson's sample rules](https://github.com/google/gson/blob/master/examples/android-proguard-example/proguard.cfg#L14), you still need to configure rules for your gson-handled classes.
0 commit comments