Skip to content

RoverPlatform/rover-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rover Release Bot 🤖
Mar 7, 2025
e6e02a2 · Mar 7, 2025
Nov 14, 2022
Nov 8, 2022
Oct 31, 2024
Dec 18, 2024
Mar 7, 2025
Mar 7, 2025
Oct 31, 2024
Apr 30, 2024
Mar 7, 2025
Apr 30, 2024
Apr 30, 2024
Mar 10, 2023
Apr 30, 2024
Apr 30, 2024
Jul 24, 2024
Oct 7, 2022
Mar 10, 2023
Mar 7, 2025
Mar 7, 2025
Apr 30, 2024
Mar 10, 2023
Apr 7, 2016
Mar 7, 2025

Repository files navigation

Rover Android SDK

Rover Android SDK 4.7

The first step is to add the library dependencies. We’ll start with a default installation, featuring all of the Rover libraries.

Ensure that you have Rover's maven repository added to the dependenciesrepositories block of your app-level build.gradle:

dependencies {
    // ...
    repositories {
        // ...
        maven {
            url "https://roverplatform.github.io/rover-maven/maven"
        }
    }
}

Then add the following to your application-level build.gradle file (not the top level build.gradle, but rather your app-level one) in the dependencies block.

dependencies {
    // ...
    implementation "io.rover.sdk:core:4.7.0"
    implementation "io.rover.sdk:notifications:4.7.0"
    implementation "io.rover.sdk:location:4.7.0"
    implementation "io.rover.sdk:debug:4.7.0"
    implementation "io.rover.sdk:experiences:4.7.0"
}

Please continue onwards from https://developer.rover.io.