Skip to content

Commit 1deef6b

Browse files
committed
Updating SDK version & sample app logo
1 parent 672333a commit 1deef6b

21 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 8.6.3 *(2019-08-31)*
5+
----------------------------
6+
* Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights \[Logo Updated]
7+
48
Version 8.6.2 *(2019-08-27)*
59
----------------------------
610
* Bug fix: Fixing ANR issue

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
5656
//implementation 'io.reactivex:rxjava:1.0.13'
5757
//implementation 'io.reactivex:rxandroid:1.0.1'
58-
implementation('com.instabug.library:instabug:8.6.2') {
58+
implementation('com.instabug.library:instabug:8.6.3') {
5959
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6060
// exclude group: 'io.reactivex'
6161

app/src/main/ic_launcher-web.png

24 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
-5.29 KB
Loading
Loading
Loading
-4.31 KB
Loading
Loading

0 commit comments

Comments
 (0)