aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-03-11 10:04:22 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-03-11 10:04:22 +0530
commit892295c42ad449bcbd24058916cb2062c8dbf8e8 (patch)
treefa13dc6579aafec4f4f029816b5ce47ee859a7b0 /build.gradle
parentbuild: upgrade Kotlin and turn on IR compiler (diff)
downloadwireguard-android-892295c42ad449bcbd24058916cb2062c8dbf8e8.tar.xz
wireguard-android-892295c42ad449bcbd24058916cb2062c8dbf8e8.zip
build: upgrade AndroidX activity and fragment
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ca771b77..0e1aeae4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- activityVersion = '1.2.0'
+ activityVersion = '1.2.1'
agpVersion = '4.1.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
@@ -12,7 +12,7 @@ buildscript {
coroutinesVersion = '1.4.2'
datastoreVersion = '1.0.0-alpha02'
desugarVersion = '1.0.10'
- fragmentVersion = '1.3.0'
+ fragmentVersion = '1.3.1'
jsr305Version = '3.0.2'
junitVersion = '4.13.1'
kotlinVersion = '1.4.31'