File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v9.1.1 (2020-04-06)
2
+
3
+ * Fixes an issue with the version name while uploading the sourcemap on Android.
4
+
1
5
## v9.1.0 (2020-03-19)
2
6
3
7
* Bump Native SDKs to v9.1
Original file line number Diff line number Diff line change 25
25
exit 0
26
26
fi
27
27
fi
28
- if [ ! " ${INSTABUG_APP_VERSION_CODE } " ] || [ -z " ${INSTABUG_APP_VERSION_CODE } " ]; then
28
+ if [ ! " ${INSTABUG_APP_VERSION_NAME } " ] || [ -z " ${INSTABUG_APP_VERSION_NAME } " ]; then
29
29
INSTABUG_APP_VERSION_NAME=$( grep " versionName" android/app/build.gradle | awk ' {print $2}' | tr -d \' ' "\' )
30
30
if [ ! " ${INSTABUG_APP_VERSION_NAME} " ] || [ -z " ${INSTABUG_APP_VERSION_NAME} " ]; then
31
31
echo " versionName could not be found, please upload the sourcemap files manually"
34
34
fi
35
35
VERSION=' {"code":"' " $INSTABUG_APP_VERSION_CODE " ' ","name":"' " $INSTABUG_APP_VERSION_NAME " ' "}'
36
36
echo " Instabug: Token found" " \" " ${INSTABUG_APP_TOKEN} " \" "
37
+ echo " Instabug: Version Code found" " \" " ${INSTABUG_APP_VERSION_CODE} " \" "
38
+ echo " Instabug: Version Name found" " \" " ${INSTABUG_APP_VERSION_NAME} " \" "
37
39
echo " Instabug: Generating sourcemap files..."
38
40
IS_HERMES=$( grep " enableHermes:" ./android/app/build.gradle)
39
41
if [[ $IS_HERMES == * " true" * ]]; then
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 9.1.0 " ,
3
+ "version" : " 9.1.1 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments