diff options
author | 2021-07-25 21:40:59 +0530 | |
---|---|---|
committer | 2021-07-25 21:45:57 +0530 | |
commit | 02b92c178a44697c728ecf75a5b117514ff30229 (patch) | |
tree | 1f91b0c9b1dce1df93d00ea7a000eab282e867dd | |
parent | build: upgrade AndroidX dependencies (diff) | |
download | wireguard-android-02b92c178a44697c728ecf75a5b117514ff30229.tar.xz wireguard-android-02b92c178a44697c728ecf75a5b117514ff30229.zip |
build: upgrade AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 246ab22..968a9f4 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' |