Pulse FlightRecorder Docs
  • SDK Documentation
    • Pulse Labs FlightRecorder Documentation
      • iOS
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
          • Swift + SwiftUI
          • Swift + UIKit with Scenes
          • Swift + UIKit without Scenes
          • Objective-C with Scenes
          • Objective-C without Scenes
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
        • Update the SDK
        • Troubleshooting
      • Android
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
          • Kotlin
          • Java
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
        • Update the SDK
        • Troubleshooting
      • ReactNative
        • Install SDK for ReactNative iOS
        • Install SDK for ReactNative Android
        • Update the SDK
      • Flutter
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
      • In-app Surveys
        • Create Survey
        • Edit Survey
        • Launch Survey
        • Pause Survey
        • Survey Responses
        • Survey Styling
    • ⬅️FlightRecorder Home
Powered by GitBook
On this page
  1. SDK Documentation
  2. Pulse Labs FlightRecorder Documentation
  3. Android

Update the SDK

Last updated 1 year ago

New versions of the SDK are listed in the Releases section of .

If you have have configured gradle to auto-update to the latest patch, minor, or major release you can sync gradle to get the latest version, providing the rules you selected will import the newest version. Otherwise you need to update the version in the gradle file:

  1. Open the module level build.gradle(.kts) file for the app. In the Project view in Android Studio this file is at ./app/build.gradle(.kts). In the Android view in Android Studio, find the file in the Gradle Scripts section, at build.gradle(.kts) (Module: app).

  2. Locate the dependencies block in the build.gradle(.kts) file.

  3. Locate the line implementation("ai.pulselabs:flightrecorder:x.x.x") where x.x.x is the previous version number.

  4. Change the version number to the new version you want.

  5. You should be prompted to sync Gradle by Android Studio. Click the sync now link.

  6. If this increases the major version number (x.x.x), consult the release notes in to find the changes you need to make.

The SDK has now been updated.

https://github.com/pulselabs-ai/flight-recorder-android-package
https://github.com/pulselabs-ai/flight-recorder-android-package