Skip to content

AGP8 / R8 Fullmode Support

Attention

With the introduction of the Advanced Gradle Plugin v8.0.0 (AGP8) full mode was activated by default (Details).

Ab version v1.1.1 the IOMbLib Android provides all necessary provisions to support the R8 full mode.

For older versions up to v1.1.0, the following provisions must be integrated manually:

https://github.com/square/retrofit/blob/master/retrofit/src/main/resources/META-INF/proguard/retrofit2.pro

Alternatively, R8 full mode can also be deactivated:

1
android.enableR8.fullMode = false

Last update: December 20, 2023