diff --git a/app/build.gradle b/app/build.gradle index 159ded9bf..cc1f26b64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,7 @@ dependencies { implementation 'androidx.biometric:biometric:1.1.0' // Lifecycle - LiveData - ViewModel - Coroutines implementation "androidx.core:core-ktx:$android_core_version" - implementation 'androidx.fragment:fragment-ktx:1.2.5' + implementation 'androidx.fragment:fragment-ktx:1.3.6' implementation "com.google.android.material:material:$android_material_version" // Database implementation "androidx.room:room-runtime:$room_version" @@ -124,7 +124,7 @@ dependencies { // Color implementation 'com.github.Kunzisoft:AndroidClearChroma:2.4' // Education - implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.2' + implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3' // Apache Commons implementation 'commons-io:commons-io:2.8.0' implementation 'commons-codec:commons-codec:1.15' diff --git a/build.gradle b/build.gradle index a4c78e9f2..e49f02e35 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.32' - ext.android_core_version = '1.3.2' + ext.kotlin_version = '1.5.31' + ext.android_core_version = '1.6.0' ext.android_appcompat_version = '1.3.1' ext.android_material_version = '1.4.0' ext.android_test_version = '1.4.0' diff --git a/fastlane/README.md b/fastlane/README.md index b42e3d892..336d7fec5 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -39,6 +39,6 @@ Deploy a new Pro Beta version to the Google Play ---- -This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. +This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).