aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-10-02 11:35:53 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-02 11:35:53 +0200
commit1dc74b171c690dd480953d49dfb19b04056e30db (patch)
treea15d2dbb8bacefc5176b694a69b98331c625c1d4 /build.gradle
parentbuild: update AndroidX activity/fragments and resolve compile failure (diff)
downloadwireguard-android-1dc74b171c690dd480953d49dfb19b04056e30db.tar.xz
wireguard-android-1dc74b171c690dd480953d49dfb19b04056e30db.zip
build: upgrade AndroidX biometric
The BiometricConstants class was removed and these were folded into BiometricPrompt. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 710ce996..18f2d0f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
bintrayPluginVersion = '1.8.5'
- biometricVersion = '1.1.0-alpha02'
+ biometricVersion = '1.1.0-beta01'
collectionVersion = '1.1.0'
constraintLayoutVersion = '2.0.1'
coordinatorLayoutVersion = '1.1.0'