acoustic-afternoon-96978
06/15/2023, 12:36 PM-keep class com.sdk.growthbook.** { *; }
-keepattributes *Annotation*, InnerClasses
-dontnote kotlinx.serialization.SerializationKt
-keep,includedescriptorclasses class com.sdk.growthbook.**$$serializer { *; }
-keepclassmembers class com.sdk.growthbook.** {
*** Companion;
}
-keepclasseswithmembers class com.sdk.growthbook.** {
kotlinx.serialization.KSerializer serializer(...);
}
most-spoon-61816
06/15/2023, 3:47 PMacoustic-afternoon-96978
06/15/2023, 4:22 PMmost-spoon-61816
06/15/2023, 4:36 PMacoustic-afternoon-96978
06/16/2023, 7:14 AMancient-car-96302
07/07/2023, 9:32 AMacoustic-afternoon-96978
07/07/2023, 9:32 AMancient-car-96302
07/07/2023, 9:35 AMacoustic-afternoon-96978
07/07/2023, 9:36 AMancient-car-96302
07/07/2023, 9:37 AMacoustic-afternoon-96978
07/07/2023, 9:37 AMancient-car-96302
07/07/2023, 9:40 AMacoustic-afternoon-96978
07/07/2023, 9:42 AMancient-car-96302
07/07/2023, 9:48 AMacoustic-afternoon-96978
07/07/2023, 9:58 AMancient-car-96302
07/07/2023, 10:00 AMacoustic-afternoon-96978
07/07/2023, 10:01 AMancient-car-96302
07/07/2023, 10:04 AMERROR:R8: java.lang.OutOfMemoryError: GC overhead limit exceeded
is it all? maybe heap size in your CI?acoustic-afternoon-96978
07/07/2023, 10:06 AMorg.gradle.jvmargs=-Xmx16g
on a 8 core linux machine on github.
it was working fine if we added this in
-keep class com.sdk.growthbook.** { *; }
in our rules.
but then the sdk is failing to retrieve the dataancient-car-96302
07/07/2023, 10:12 AMacoustic-afternoon-96978
07/07/2023, 10:12 AMancient-car-96302
07/07/2023, 10:40 AM-keep class com.sdk.growthbook.** { *; }
So, you have some feature. You turns feature on but, in your app false is received, right?acoustic-afternoon-96978
07/07/2023, 10:41 AMancient-car-96302
07/07/2023, 10:56 AMacoustic-afternoon-96978
07/07/2023, 11:05 AMancient-car-96302
07/07/2023, 12:11 PM