build(app): library upgrade
media3-session:1.8.0 media3-exoplayer:1.8.0 mockito-core:5.20.0 mockk:1.14.6
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
@@ -184,8 +186,8 @@ dependencies {
|
|||||||
|
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
|
||||||
|
|
||||||
implementation "androidx.media3:media3-session:1.4.1"
|
implementation "androidx.media3:media3-session:1.8.0"
|
||||||
implementation "androidx.media3:media3-exoplayer:1.4.1"
|
implementation "androidx.media3:media3-exoplayer:1.8.0"
|
||||||
|
|
||||||
// Facebook
|
// Facebook
|
||||||
implementation "com.facebook.android:facebook-core:18.0.0"
|
implementation "com.facebook.android:facebook-core:18.0.0"
|
||||||
@@ -202,6 +204,13 @@ dependencies {
|
|||||||
implementation "com.kakao.sdk:v2-user:2.21.0"
|
implementation "com.kakao.sdk:v2-user:2.21.0"
|
||||||
|
|
||||||
implementation 'io.github.glailton.expandabletextview:expandabletextview:1.0.4'
|
implementation 'io.github.glailton.expandabletextview:expandabletextview:1.0.4'
|
||||||
|
|
||||||
|
// ----- Test dependencies -----
|
||||||
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
testImplementation 'org.mockito:mockito-core:5.20.0'
|
||||||
|
testImplementation 'org.mockito:mockito-inline:5.2.0'
|
||||||
|
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.1.0'
|
||||||
|
testImplementation 'io.mockk:mockk:1.14.6'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -220,6 +229,6 @@ kotlin {
|
|||||||
|
|
||||||
// New DSL replacing kotlinOptions.jvmTarget
|
// New DSL replacing kotlinOptions.jvmTarget
|
||||||
compilerOptions {
|
compilerOptions {
|
||||||
jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17)
|
jvmTarget.set(JvmTarget.JVM_17)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user