You have two ways to install our SDK, They are with:
To install our Android SDK through Maven, you need to add this to your pom.xml
xml<dependency> <groupId>com.xendit</groupId> <artifactId>xendit-android</artifactId> <version>2.2.0</version> <type>pom</type> </dependency>
After you add that to your pom.xml, you can see our SDK library that can be imported on your code
To install our Android SDK through Gradle, you need to add this to your build.gradle
jscompile 'com.xendit:xendit-android:2.2.0'
After you add that to your build.gradle, you can see our SDK library that can be imported on your code