Этот коммит содержится в:
Anton Tananaev
2023-01-25 07:36:55 -08:00
родитель 5580f0b6bf
Коммит 1dcc26b47b
+1 -2
Просмотреть файл
@@ -44,10 +44,9 @@ android {
} }
dependencies { dependencies {
implementation 'com.google.android.material:material:1.8.0' implementation 'com.google.android.material:material:1.6.1' // wait for preference-ktx update
implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.test:core-ktx:1.5.0'
implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.core:core-ktx:1.9.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.github.judemanutd:autostarter:1.1.0' implementation 'com.github.judemanutd:autostarter:1.1.0'