able-tomato-67285
12/22/2022, 7:41 PMfresh-football-47124
able-tomato-67285
12/22/2022, 7:45 PMfresh-football-47124
able-tomato-67285
12/22/2022, 7:51 PMfresh-football-47124
able-tomato-67285
12/22/2022, 8:01 PMimplementation 'io.growthbook.sdk:GrowthBook:<version>'
fresh-football-47124
able-tomato-67285
12/22/2022, 8:03 PMfresh-football-47124
able-tomato-67285
12/22/2022, 8:16 PMval growthBookSDK = GBSDKBuilderApp(apiKey = BuildConfig.GROWTHBOOK_API_KEY,
hostURL = "<https://cdn.growthbook.io/>",
attributes = HashMap()) { gbExperiment: GBExperiment?, gbExperimentResult: GBExperimentResult? ->
}.initialize()
val feature = growthBookSDK.feature("android_pricing_screen")
and then I use feature.value fieldfresh-football-47124
able-tomato-67285
12/22/2022, 8:33 PMfresh-football-47124
most-spoon-61816
12/23/2022, 10:37 AMable-tomato-67285
12/23/2022, 10:37 AMmost-spoon-61816
12/23/2022, 10:42 AMable-tomato-67285
12/23/2022, 10:50 AM1.1.18
most-spoon-61816
12/23/2022, 4:13 PMable-tomato-67285
12/23/2022, 5:33 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;
}
most-spoon-61816
12/23/2022, 6:25 PMable-tomato-67285
12/23/2022, 7:43 PMminifyEnabled true
shrinkResources true
debuggable false
?
I not try in test project, because i testing debug build / release with debuggable true and it works fine.
But when I upload build on google play store for beta testing I receive feedback that app not show settings that we config in Growthbook.
Maybe you can help me with add additional config for proguard ?most-spoon-61816
12/23/2022, 8:06 PM