Update: Dependencies

This commit is contained in:
machiav3lli 2022-01-22 02:11:41 +01:00
parent bf1a6420cd
commit a9ec32edaf

View File

@ -135,8 +135,8 @@ dependencies {
// Core
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat-resources:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat-resources:1.4.1'
implementation 'androidx.fragment:fragment-ktx:1.4.0'
implementation 'androidx.activity:activity-ktx:1.4.0'
implementation "androidx.preference:preference-ktx:1.1.1"
@ -144,7 +144,7 @@ dependencies {
implementation "androidx.navigation:navigation-ui-ktx:2.4.0-rc01"
// Material3
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'com.google.android.material:material:1.6.0-alpha02'
// FastAdapter
implementation("com.mikepenz:fastadapter:5.6.0")