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.
Invalid revision
1 parent c58db54 commit 9e8a225Copy full SHA for 9e8a225
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## Unreleased
2
3
- Adds first-class TypeScript support.
4
+- Fixes a compilation error on Android projects without buildToolsVersion property set.
5
6
## 11.3.0 (2022-10-11)
7
android/gradle.properties
@@ -1,4 +1,4 @@
InstabugReactNative_compileSdkVersion=30
-InstabugReactNative_buildToolsVersion='30.0.2'
+InstabugReactNative_buildToolsVersion=30.0.2
InstabugReactNative_targetSdkVersion=31
InstabugReactNative_minSdkVersion=16
0 commit comments