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>
This commit is contained in:
Jason A. Donenfeld 2020-09-17 23:47:14 +02:00
parent 4bee579e48
commit 08ff9f5ece

View File

@ -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'