I have 2 small suggestions for the getting started android documentation of your SDK:
It would be nice to also have Kotlin code snippets in the documentation. Although the snippets are very small it's much nicer to see Kotlin code snippets as an Android developer in addition to Java ones.
[Step four: set up Proguard](https://help.adjust.com/en/article/get-started-android-sdk#set-up-proguard) seems to be unnecessary since you already ship the proguard rules as part of the SDK (see here) which is the preferred way. So in my opinion it would be enough to mention that proguard rules are already included and developers don't need to care about them for the Adjust SDK.
Hey guys,
I have 2 small suggestions for the getting started android documentation of your SDK:
[Step four: set up Proguard](https://help.adjust.com/en/article/get-started-android-sdk#set-up-proguard)
seems to be unnecessary since you already ship the proguard rules as part of the SDK (see here) which is the preferred way. So in my opinion it would be enough to mention that proguard rules are already included and developers don't need to care about them for the Adjust SDK.