This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/fox2code/mmm/androidacy Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
applicationId " com.fox2code.mmm"
14
14
minSdk 21
15
15
targetSdk 33
16
- versionCode 58
17
- versionName " 0.6.6 "
16
+ versionCode 59
17
+ versionName " 0.6.7 "
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
19
}
20
20
@@ -162,7 +162,7 @@ dependencies {
162
162
implementation ' androidx.recyclerview:recyclerview:1.2.1'
163
163
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
164
164
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 '
166
166
implementation " dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0"
167
167
implementation " dev.rikka.rikkax.insets:insets:1.3.0"
168
168
implementation ' com.github.Dimezis:BlurView:version-2.0.2'
Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ protected boolean prepare() {
103
103
} catch (Exception e ) {
104
104
Log .e (TAG , "Failed to ping server" , e );
105
105
// Inform user
106
- if (!HttpException .shouldTimeout (e )) {
106
+ /* if (!HttpException.shouldTimeout(e)) {
107
107
UiThreadHandler.run(() -> Toast.makeText(MainApplication.getINSTANCE(),
108
108
R.string.androidacy_server_down, Toast.LENGTH_SHORT).show());
109
- }
109
+ }*/
110
110
return false ;
111
111
}
112
112
long time = System .currentTimeMillis ();
You can’t perform that action at this time.
0 commit comments