Skip to content

Commit acbeb9c

Browse files
committed
chore: fix plugin version
1 parent 9d2f982 commit acbeb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
classpath("com.android.tools.build:gradle:8.1.0")
2525
classpath("com.facebook.react:react-native-gradle-plugin")
2626
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
27-
classpath("com.instabug.library:instabug-plugin:14.1.0.6273967-SNAPSHOT")
27+
classpath("com.instabug.library:instabug-plugin:15.0.1")
2828
}
2929
}
3030

0 commit comments

Comments
 (0)