diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-21 20:20:21 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-21 20:20:21 -0400 |
commit | 576cc1a451a16f2d82ee1e41e83c420a85ded47e (patch) | |
tree | 848a3ffdd1fb237796c606bdd410953927d0407c /gradle.properties | |
parent | f0f95295bdb2b853aa6262ec4bed2353ce326eee (diff) | |
download | frost-576cc1a451a16f2d82ee1e41e83c420a85ded47e.tar.gz frost-576cc1a451a16f2d82ee1e41e83c420a85ded47e.tar.bz2 frost-576cc1a451a16f2d82ee1e41e83c420a85ded47e.zip |
Add initial biometric test
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 3e449ebc..44af6213 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ APP_ID=Frost APP_GROUP=com.pitchedapps KAU=4.0.0 -KOTLIN=1.3.21 +KOTLIN=1.3.30 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google ANDROID_GRADLE=3.3.2 @@ -23,6 +23,8 @@ ANDROID_GRADLE=3.3.2 # https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md SPOTLESS=3.21.1 +ANDX_BIOMETRIC=1.0.0-alpha04 + # https://github.com/bugsnag/bugsnag-android/releases BUGSNAG=4.12.0 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases |