diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-25 14:53:41 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-27 15:52:15 +0200 |
commit | c9a453ae9ed615d4548550148f05ecde02ab817a (patch) | |
tree | 170dcc57578712f7ed7b6b97ddf310d990bae69b /build.gradle | |
parent | 44c6f2623ce9fff0565becf51792e72a390b1d52 (diff) |
build: bump activity-ktx and fragment-ktx
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index bf2389f8..35e5dadd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - activityVersion = '1.7.0' + activityVersion = '1.7.1' annotationsVersion = '1.6.0' appcompatVersion = '1.6.1' biometricVersion = '1.1.0' @@ -11,7 +11,7 @@ buildscript { coroutinesVersion = '1.6.4' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' - fragmentVersion = '1.5.6' + fragmentVersion = '1.5.7' jsr305Version = '3.0.2' junitVersion = '4.13.2' lifecycleRuntimeKtxVersion = '2.6.1' |