-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update documentation for latest SDK version #50
Comments
Thank you for your report. We are working on it. |
Since 1.1.28 version if you are not using any encryption you can pass |
In 1.1.34 version we returned back named parameters for GBSDKBuilder |
The pull request was updated. |
It was finally merged. Docs for 1.1.58 version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i was using kotlin SDK version
io.growthbook.sdk:GrowthBook:1.0.3
because it's mentioned in official documentation page. but seems like actual latest version is 1.1.27 so i tried to migrate to 1.1.27 and my code is not working anymoreI tried using exact same code provided on github readme file but that is also not working
i tried to downgrade to version 1.1.23 and my code started working again. seems like in 1.1.23 version
GBSDKBuilderApp
class was in kotlin file so named arguments were supported but now it's java class file so it's not supported anymore.also even if i'm not using any encryption i have to pass encryption key value on latest 1.1.27 version?
The text was updated successfully, but these errors were encountered: