Version v5.2.0-beta1.

This commit is contained in:
Docile-Alligator 2022-04-28 17:35:56 +08:00
parent 77ed06dac1
commit d40fc59540
2 changed files with 3 additions and 6 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 96
versionName "5.1.9"
versionCode 97
versionName "5.2.0-beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -201,10 +201,7 @@ public class PullNotificationWorker extends Worker {
return Result.retry();
}
}
} catch (IOException e) {
e.printStackTrace();
return Result.retry();
} catch (JSONException e) {
} catch (IOException | JSONException e) {
e.printStackTrace();
return Result.retry();
}