mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-02 05:47:56 +00:00
Version v5.2.0-beta1.
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user