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 {
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'
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments