.. Automatically generated. Do not change. Source can be found at doc/installation_template.rst Installation guide ================== Titan SDK is an `Android Library `_, so if you use the new Gradle to build your app it will include all the resources and manifest elements. Gradle integration ------------------ Add this to your ``build.gradle`` file: .. code:: groovy repositories { maven { url 'https://scopelybin.artifactoryonline.com/scopelybin/repo' } } dependencies { compile 'com.scopely:titan-sdk:1.6.12' } Maven integration ----------------- Add this to your ``pom.xml`` file: .. code:: xml scopely https://scopelybin.artifactoryonline.com/scopelybin/repo com.scopely titan-sdk-uberjar 0.10 Manual integration ------------------ `Grab the jar `_ and do your thing. Example ------- There's an example application where you will learn how to: - initialize the SDK - include the SDK in your classpath - track events - update user properties - use Scopely's A/B testing solution You can download it `from here `_.