|
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|
|
|
|
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1'
|
|
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
|
|
id 'kotlin-kapt'
|
|
|
|
|
id "org.jetbrains.kotlin.plugin.serialization" version "1.7.21"
|
|
|
|
|
id "org.jetbrains.kotlin.plugin.serialization" version "1.8.10"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
def properties = new Properties()
|
|
|
|
|
@ -97,12 +97,12 @@ android {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
compileOptions {
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_11
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_11
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
kotlinOptions {
|
|
|
|
|
jvmTarget = '1.8'
|
|
|
|
|
jvmTarget = '11'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
splits {
|
|
|
|
|
@ -130,12 +130,11 @@ dependencies {
|
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
|
|
|
|
implementation 'com.google.android.material:material:1.9.0-beta01'
|
|
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
|
|
|
implementation 'androidx.core:core:1.9.0'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.0'
|
|
|
|
|
implementation 'androidx.preference:preference:1.2.0'
|
|
|
|
|
implementation "androidx.navigation:navigation-fragment-ktx:$navVer"
|
|
|
|
|
implementation "androidx.navigation:navigation-ui-ktx:$navVer"
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.9.0'
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.10.0'
|
|
|
|
|
implementation 'androidx.test.ext:junit-ktx:1.1.5'
|
|
|
|
|
implementation 'androidx.benchmark:benchmark-macro:1.1.1'
|
|
|
|
|
testImplementation "junit:junit:$junitVer"
|
|
|
|
|
@ -148,7 +147,7 @@ dependencies {
|
|
|
|
|
androidTestImplementation "androidx.test:rules:1.5.0"
|
|
|
|
|
androidTestImplementation "androidx.navigation:navigation-testing:$navVer"
|
|
|
|
|
|
|
|
|
|
implementation "io.reactivex.rxjava2:rxandroid:2.1.0"
|
|
|
|
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
|
|
|
|
implementation "com.devbrackets.android:exomedia:4.3.0"
|
|
|
|
|
|
|
|
|
|
implementation("androidx.cardview:cardview:1.0.0")
|
|
|
|
|
@ -164,7 +163,7 @@ dependencies {
|
|
|
|
|
implementation "androidx.room:room-ktx:2.5.1"
|
|
|
|
|
kapt "androidx.room:room-compiler:2.5.1"
|
|
|
|
|
androidTestImplementation "androidx.room:room-testing:2.5.1"
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
|
|
|
|
|
implementation "androidx.compose.runtime:runtime:$composeVer"
|
|
|
|
|
androidTestImplementation "com.google.truth:truth:1.1.3"
|
|
|
|
|
|
|
|
|
|
@ -174,9 +173,9 @@ dependencies {
|
|
|
|
|
implementation "com.squareup.retrofit2:retrofit:$retrofitVer"
|
|
|
|
|
implementation "com.squareup.retrofit2:converter-gson:$retrofitVer"
|
|
|
|
|
implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.10"
|
|
|
|
|
implementation "com.squareup.okhttp3:logging-interceptor:4.7.2"
|
|
|
|
|
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11'
|
|
|
|
|
|
|
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
|
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0'
|
|
|
|
|
implementation "com.google.android.exoplayer:exoplayer:2.18.5"
|
|
|
|
|
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.4'
|
|
|
|
|
|
|
|
|
|
|