Follow these steps to add the SDK to your project –
- Add the Mappls repository to your
settings.gradleorsettings.gradle.ktsfile:pluginManagement { repositories { maven(url = "https://maven.mappls.com/repository/mappls/") } } dependencyResolutionManagement { repositories { google() mavenCentral() maven(url = "https://maven.mappls.com/repository/mappls/") } }pluginManagement { repositories { maven { url 'https://maven.mappls.com/repository/mappls/' } } } dependencyResolutionManagement { repositories { google() mavenCentral() maven { url 'https://maven.mappls.com/repository/mappls/' } } }
- Download Configuration files for your app (associated with Package Name and Signing Certificate SHA-256)
- Add Configuration files (
<appId>.a.olfand<appId>.a.conf) into the module app-level root directory of your app - Add Mappls Service Plugin as a dependency in your project level
build.gradleorbuild.gradle.ktsbuildscript { dependencies { classpath("com.mappls.services:mappls-services:1.0.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } }buildscript { dependencies { classpath 'com.mappls.services:mappls-services:1.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } - Add Mappls Services Plugin in your app-level
build.gradleorbuild.gradle.ktsfileplugins { id("com.android.application") // Add the Mappls services Gradle plugin id("com.mappls.services.android") }plugins { id 'com.android.application' // Add the Mappls services Gradle plugin id 'com.mappls.services.android' }
- Add the Android Mappls Dependency in your app level
build.gradleorbuild.gradle.ktsfile// Import the Mappls BoM implementation(platform("com.mappls.sdk:mappls-bom:2.0.1")) // When using the BoM, you don't specify versions in Mappls library dependencies
// Import the Mappls BoM implementation platform('com.mappls.sdk:mappls-bom:2.0.1') // When using the BoM, you don't specify versions in Mappls library dependencies
For any queries and support, please contact:
Email us at apisupport@mappls.com
Support
Need support? contact us!
@ Copyright 2026 CE Info Systems Ltd. All Rights Reserved.
Terms & Conditions | Privacy Policy | Supplier Sustainability Policy | Health & Safety Policy | Environmental Policy & CSR Report
Customer Care: +91-9999333223
