Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 0b0079d

Browse files
committed
0.6.7 - Maintenance Update
1 parent 0f0f579 commit 0b0079d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.fox2code.mmm"
1414
minSdk 21
1515
targetSdk 33
16-
versionCode 58
17-
versionName "0.6.6"
16+
versionCode 59
17+
versionName "0.6.7"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020

@@ -162,7 +162,7 @@ dependencies {
162162
implementation 'androidx.recyclerview:recyclerview:1.2.1'
163163
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
164164
implementation 'androidx.webkit:webkit:1.5.0'
165-
implementation 'com.google.android.material:material:1.6.1'
165+
implementation 'com.google.android.material:material:1.7.0'
166166
implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0"
167167
implementation "dev.rikka.rikkax.insets:insets:1.3.0"
168168
implementation 'com.github.Dimezis:BlurView:version-2.0.2'

app/src/main/java/com/fox2code/mmm/androidacy/AndroidacyRepoData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ protected boolean prepare() {
103103
} catch (Exception e) {
104104
Log.e(TAG, "Failed to ping server", e);
105105
// Inform user
106-
if (!HttpException.shouldTimeout(e)) {
106+
/*if (!HttpException.shouldTimeout(e)) {
107107
UiThreadHandler.run(() -> Toast.makeText(MainApplication.getINSTANCE(),
108108
R.string.androidacy_server_down, Toast.LENGTH_SHORT).show());
109-
}
109+
}*/
110110
return false;
111111
}
112112
long time = System.currentTimeMillis();

0 commit comments

Comments
 (0)