Skip to main content

Gradle Plugin Releases

4.x (SDK 7.x)

4.0.0-beta1 (April 13 2026)

  • Feat: Full rewrite in Kotlin with modular bytecode and IR instrumentation
  • Feat: Bytecode instrumentation for Logcat capture (android.util.Log redirect)
  • Feat: Bytecode instrumentation for thread registration (Runnable.run / Thread.run)
  • Feat: Bytecode instrumentation for operation dispatch (I/O, DB, SharedPreferences, network) powering APM spans
  • Feat: Bytecode instrumentation for main-thread misuse detection
  • Feat: Bytecode instrumentation for HttpEngine.Builder.build() (Android 14+ platform HTTP)
  • Feat: Bytecode instrumentation for OkHttpClient.Builder.build() (OkHttp 3/4 interceptor injection)
  • Feat: Bytecode instrumentation for AndroidComposeView.dispatchTouchEvent (Compose touch capture)
  • Feat: Kotlin compiler plugin for Compose tag injection
  • Feat: Kotlin compiler plugin for automatic Modifier.bugseeSecure() on password TextField call sites
  • Feat: Auto-install of SDK extension modules (Compose, OkHttp, Ktor 2/3, Cronet)
  • Feat: Per-build BUILD_UUID injection via AGP manifest transform API
  • Feat: NDK debug symbol collection and upload
  • Feat: ProGuard/R8 mapping upload via AGP artifact API
  • Feat: All instrumentations individually toggleable via bugsee { instrumentation { ... } } block
  • Feat: Plugin ID com.bugsee.android.gradle supports plugins { } DSL
caution

4.x requires SDK 7.x (bugsee-android-* artifacts). It is not backward-compatible with SDK 6.x.


3.x (SDK 6.x)

3.6 (April 28 2025)

  • Feat: Add NDK symbols handling support (collection and upload)

3.5 (November 15 2024)

  • Fix: Ensure AAB targets are handled correctly

3.4 (September 10 2024)

  • Feat: Add artifacts which can be referenced by the plugin ID

3.3 (September 10 2024)

  • Fix: Properly define plugin name in Gradle environment

3.2 (March 13 2023)

  • Fix: SSL/TLS issues

3.1 (September 16 2022)

  • Fix: Internal issues

3.0 (September 13 2022)

  • Feat: Latest Gradle version support

2.x

2.3 (August 3 2022)

  • Feat: Internal improvements

2.2 (August 9 2021)

  • Feat: Internal improvements

2.1 (August 5 2021)

  • Feat: Internal improvements

2.0 (August 5 2021)

  • Feat: Migrate to Gradle 7.1.1

1.x

1.2 (October 28 2020)

  • Feat: Gradle 4.1+ support

1.1 (May 27 2020)

  • Feat: Latest Gradle version support

1.0.7 (March 21 2019)

  • Fix: Remove deprecated calls to leftShift()

1.0.6 (February 13 2019)

  • Fix: Handle manifestOutputDirectory properly in Gradle 3.3.x

1.0.5 (November 2 2018)

  • Feat: Add support for instant apps
  • Feat: Add support for split sections

1.0.4 (December 26 2017)

  • Fix: Internal issues

1.0.3 (November 18 2017)

  • Fix: Internal issues

1.0.2 (November 14 2017)

  • Fix: Internal issues

1.0.1 (March 3 2017)

  • Fix: Ensure all symbols archives are uploaded correctly

1.0.0 (March 3 2017)

  • Feat: Initial release