diff --git a/flutter/example/android/build.gradle b/flutter/example/android/build.gradle index 90be17e668..33d413a79d 100644 --- a/flutter/example/android/build.gradle +++ b/flutter/example/android/build.gradle @@ -10,7 +10,7 @@ buildscript { classpath 'io.sentry:sentry-android-gradle-plugin:4.12.0' classpath 'com.android.tools.build:gradle:8.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'io.github.howardpang:androidNativeBundle:1.1.3' + classpath 'io.github.howardpang:androidNativeBundle:1.1.5' } }