Integrating Verisoul in Android Apps
settings.gradle
file:
build.gradle
file:
libs.versions.toml
file:
Under the [versions]
section:
[libraries]
section:
AndroidManifest.xml
:
BaseActivity
class, override the dispatchTouchEvent
function, and pass the data to Verisoul:
BaseActivity
as the base class for your activities: