File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
java/org/glucosio/android Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments