aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-22 21:33:36 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-03-22 21:35:34 +0530
commit94e6d99dc76517f51c171a55a6e3a71a5f06490b (patch)
tree89b11a2363ee162a5e37665cb64ce7559c9939df /build.gradle
parentgradle: use idiomatic task handling (diff)
downloadwireguard-android-94e6d99dc76517f51c171a55a6e3a71a5f06490b.tar.xz
wireguard-android-94e6d99dc76517f51c171a55a6e3a71a5f06490b.zip
gradle: upgrade AndroidX libraries
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 448162f0..e2182246 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
buildscript {
ext {
activityVersion = '1.6.1'
- annotationsVersion = '1.5.0'
- appcompatVersion = '1.5.1'
+ annotationsVersion = '1.6.0'
+ appcompatVersion = '1.6.1'
biometricVersion = '1.1.0'
collectionVersion = '1.2.0'
constraintLayoutVersion = '2.1.4'
@@ -11,11 +11,11 @@ buildscript {
coroutinesVersion = '1.6.4'
datastoreVersion = '1.0.0'
desugarVersion = '1.1.5'
- fragmentVersion = '1.5.4'
+ fragmentVersion = '1.5.5'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
- lifecycleRuntimeKtxVersion = '2.5.1'
- materialComponentsVersion = '1.7.0'
+ lifecycleRuntimeKtxVersion = '2.6.0'
+ materialComponentsVersion = '1.8.0'
preferenceVersion = '1.2.0'
zxingEmbeddedVersion = '4.3.0'