summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-04-25 14:53:41 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-04-25 14:53:41 +0200
commit0ba064ff48d27b67f6a54c85c8b1a8223546d23c (patch)
tree170dcc57578712f7ed7b6b97ddf310d990bae69b
parentb4fe9efadbad60d6a3d754e7d4bd3deeacaa209e (diff)
build: bump activity-ktx and fragment-ktx
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--build.gradle4
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'