Updates some dependencies while we wait for Android 34's Gradle plugin to be released.
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'org.jlleitschuh.gradle.ktlint' version "11.5.0"
|
id 'org.jlleitschuh.gradle.ktlint' version "11.5.1"
|
||||||
id 'com.google.gms.google-services'
|
id 'com.google.gms.google-services'
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -179,7 +179,7 @@ dependencies {
|
|||||||
playImplementation 'com.google.mlkit:translate:17.0.1'
|
playImplementation 'com.google.mlkit:translate:17.0.1'
|
||||||
|
|
||||||
// PushNotifications
|
// PushNotifications
|
||||||
playImplementation platform('com.google.firebase:firebase-bom:32.2.0')
|
playImplementation platform('com.google.firebase:firebase-bom:32.2.2')
|
||||||
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
playImplementation 'com.google.firebase:firebase-messaging-ktx'
|
||||||
|
|
||||||
// Charts
|
// Charts
|
||||||
@@ -204,7 +204,7 @@ dependencies {
|
|||||||
implementation 'id.zelory:compressor:3.0.1'
|
implementation 'id.zelory:compressor:3.0.1'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'io.mockk:mockk:1.13.5'
|
testImplementation 'io.mockk:mockk:1.13.7'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
|
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
|
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
|
||||||
|
|||||||
Reference in New Issue
Block a user