aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-25 21:40:59 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-07-25 21:45:57 +0530
commit02b92c178a44697c728ecf75a5b117514ff30229 (patch)
tree1f91b0c9b1dce1df93d00ea7a000eab282e867dd /build.gradle
parentbuild: upgrade AndroidX dependencies (diff)
downloadwireguard-android-02b92c178a44697c728ecf75a5b117514ff30229.tar.xz
wireguard-android-02b92c178a44697c728ecf75a5b117514ff30229.zip
build: upgrade AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 246ab228..968a9f4d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,18 +1,18 @@
buildscript {
ext {
- activityVersion = '1.2.3'
+ activityVersion = '1.2.4'
agpVersion = '4.2.2'
annotationsVersion = '1.2.0'
- appcompatVersion = '1.3.0'
+ appcompatVersion = '1.3.1'
biometricVersion = '1.1.0'
collectionVersion = '1.1.0'
constraintLayoutVersion = '2.0.4'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.6.0'
coroutinesVersion = '1.5.1'
- datastoreVersion = '1.0.0-rc01'
+ datastoreVersion = '1.0.0-rc02'
desugarVersion = '1.1.5'
- fragmentVersion = '1.3.5'
+ fragmentVersion = '1.3.6'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
kotlinVersion = '1.5.21'