We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f1ee commit 3be4aecCopy full SHA for 3be4aec
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '14.3.0.6745894-SNAPSHOT'
+ version: '14.3.1.6745207-SNAPSHOT'
3
]
4
5
dependencies {
examples/default/android/build.gradle
@@ -24,7 +24,7 @@ buildscript {
24
classpath("com.android.tools.build:gradle:8.1.0")
25
classpath("com.facebook.react:react-native-gradle-plugin")
26
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
27
- classpath("com.instabug.library:instabug-plugin:14.1.0.6273967-SNAPSHOT")
+ classpath("com.instabug.library:instabug-plugin:14.3.1.6745207-SNAPSHOT")
28
}
29
30
0 commit comments