mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-28 11:58:23 +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"
|
applicationId "ml.docilealligator.infinityforreddit"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 96
|
versionCode 97
|
||||||
versionName "5.1.9"
|
versionName "5.2.0-beta1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
@ -201,10 +201,7 @@ public class PullNotificationWorker extends Worker {
|
|||||||
return Result.retry();
|
return Result.retry();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException | JSONException e) {
|
||||||
e.printStackTrace();
|
|
||||||
return Result.retry();
|
|
||||||
} catch (JSONException e) {
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return Result.retry();
|
return Result.retry();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user