build: downgrade Jetpack Datastore to 1.0.0-alpha02

We're hitting occasional build failures with the newer versions that have not been triaged yet

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-11 03:02:50 +05:30 committed by Jason A. Donenfeld
parent fb819b99a4
commit 8caec4d739

View File

@ -10,7 +10,7 @@ buildscript {
coordinatorLayoutVersion = '1.1.0' coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.3.2' coreKtxVersion = '1.3.2'
coroutinesVersion = '1.4.2' coroutinesVersion = '1.4.2'
datastoreVersion = '1.0.0-alpha05' datastoreVersion = '1.0.0-alpha02'
desugarVersion = '1.0.10' desugarVersion = '1.0.10'
fragmentVersion = '1.3.0-beta02' fragmentVersion = '1.3.0-beta02'
jsr305Version = '3.0.2' jsr305Version = '3.0.2'