Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 332 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 332 Bytes

Full documentation https://docs.pams.ai

install PAM SDK

Step 1. Add the JitPack repository to your build file

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
	implementation 'com.github.3dsinteractive:pam-sdk-android-kotlin:Tag'
}