Skip to content

Commit 9a59fd0

Browse files
author
Paolo Rotolo
committed
Fixed crash with Instabug when airplane mode is on.
1 parent caf7f56 commit 9a59fd0

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 16
1111
targetSdkVersion 23
12-
versionCode 9
13-
versionName '0.9.3'
12+
versionCode 10
13+
versionName '0.9.4'
1414

1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
android:name=".activity.HelloActivity"
2828
android:label="@string/title_activity_hello"
2929
android:theme="@style/AppThemeNoActionBar" />
30-
<activity
31-
android:name=".activity.GittyActivity"
32-
android:theme="@style/GittyTheme" />
3330
<activity
3431
android:name=".activity.PreferencesActivity"
3532
android:theme="@style/GlucosioSettings" />

app/src/main/java/org/glucosio/android/GlucosioApplication.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,4 @@ public void onCreate() {
4646
Instabug.initialize(this, "b2226aa30fec24f6f4bed6ad68964e9b");
4747

4848
}
49-
50-
@Override
51-
protected void attachBaseContext(Context newBase) {
52-
super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
53-
}
5449
}

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "org.glucosio.android"
1010
minSdkVersion 21
1111
targetSdkVersion 23
12-
versionCode 9
13-
versionName "0.9.3"
12+
versionCode 10
13+
versionName "0.9.4"
1414
}
1515
buildTypes {
1616
debug {

0 commit comments

Comments
 (0)