mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +01:00
Version v5.2.0-beta1.
This commit is contained in:
parent
77ed06dac1
commit
d40fc59540
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user