diff --git a/app/build.gradle b/app/build.gradle index a85a63ff..67f91fd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,13 +110,13 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.core:core-splashscreen:1.0.0-alpha01' + implementation 'androidx.core:core-splashscreen:1.0.0-alpha02' implementation "androidx.activity:activity-ktx:1.3.1" implementation "androidx.fragment:fragment-ktx:1.3.6" implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.browser:browser:1.3.0' implementation 'com.github.johan12345:CustomBottomSheetBehavior:f69f532660' diff --git a/build.gradle b/build.gradle index 7c9c778f..20f3f23e 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.5.20' + ext.kotlin_version = '1.5.31' ext.about_libs_version = '8.8.5' ext.nav_version = '2.3.5' repositories {