diff options
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 86e6040a..fe5a0971 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,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 @@ -25,6 +25,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 |