Skip to content

Commit 9e8a225

Browse files
authored
[MOB-10423] Fix Invalid revision error (#812)
* Remove quotes around buildToolsVersion value * Update CHANGELOG.md
1 parent c58db54 commit 9e8a225

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased
22

33
- Adds first-class TypeScript support.
4+
- Fixes a compilation error on Android projects without buildToolsVersion property set.
45

56
## 11.3.0 (2022-10-11)
67

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
InstabugReactNative_compileSdkVersion=30
2-
InstabugReactNative_buildToolsVersion='30.0.2'
2+
InstabugReactNative_buildToolsVersion=30.0.2
33
InstabugReactNative_targetSdkVersion=31
44
InstabugReactNative_minSdkVersion=16

0 commit comments

Comments
 (0)