File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## 11.6.0 (2022-12-29)
2
2
3
3
- Bumps Instabug Android SDK to v11.7.0
4
4
- Bumps Instabug iOS SDK to v11.6.0
5
5
- Adds new string keys: insufficientContentMessage and insufficientContentTitle
6
6
- Adds missing mapping for some existing keys if relevant to the other platform
7
7
- Removes the string key: video
8
- - Deprecates the legacy API ` callPrivateApi `
8
+ - Deprecates the legacy API callPrivateApi
9
9
10
10
## 11.5.1 (2022-12-14)
11
11
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
17
17
minSdkVersion getExtOrDefault(' minSdkVersion' ). toInteger()
18
18
targetSdkVersion getExtOrDefault(' targetSdkVersion' ). toInteger()
19
19
versionCode 1
20
- versionName " 11.5.1 "
20
+ versionName " 11.6.0 "
21
21
multiDexEnabled true
22
22
ndk {
23
23
abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
3
"description" : " React Native plugin for integrating the Instabug SDK" ,
4
- "version" : " 11.5.1 " ,
4
+ "version" : " 11.6.0 " ,
5
5
"author" : " Instabug (https://instabug.com)" ,
6
6
"repository" : " github:Instabug/Instabug-React-Native" ,
7
7
"homepage" : " https://www.instabug.com/platforms/react-native" ,
You can’t perform that action at this time.
0 commit comments