// Pro modules – will be ignored if license is missing implementation "com.apeaksoft:android-toolkit-pro:1.4.2"
override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState)
# APEAKSOFT license key (do not commit) apeaksoft_license.properties Add the following to the root build.gradle.kts (Kotlin DSL) or build.gradle (Groovy):
/** * Handles verification of the license key against the remote server. * * The server expects a POST payload: * * "key": "<LICENSE_KEY>", * "machineId": "<MACHINE_ID>" // optional, may be empty string * * * Response (JSON): * * "valid": true */ object LicenseVerifier
