aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-09-17 23:47:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-09-17 23:47:14 +0200
commit08ff9f5ece39c692a943a60a869ad63d1e4155f1 (patch)
treee6cdf783a66c6a49e5220cd6755426d771429bcd /build.gradle
parentui: retire EdgeToEdge (diff)
downloadwireguard-android-08ff9f5ece39c692a943a60a869ad63d1e4155f1.tar.xz
wireguard-android-08ff9f5ece39c692a943a60a869ad63d1e4155f1.zip
gradle: downgrade androidx.{fragment,activity} to alpha07
The alpha08 version introduced regressions that we can't deal with at the moment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 9810ab76..086a6f95 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- activityVersion = '1.2.0-alpha08'
+ activityVersion = '1.2.0-alpha07'
agpVersion = '4.0.1'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
@@ -12,7 +12,7 @@ buildscript {
coreKtxVersion = '1.3.1'
coroutinesVersion = '1.3.9'
desugarVersion = '1.0.10'
- fragmentVersion = '1.3.0-alpha08'
+ fragmentVersion = '1.3.0-alpha07'
jsr305Version = '3.0.2'
junitVersion = '4.13'
kotlinVersion = '1.4.10'