|
1 | 1 | import com.android.build.gradle.internal.tasks.factory.dependsOn
|
2 |
| -import org.jetbrains.kotlin.cli.common.ExitCode |
3 |
| -import org.jetbrains.kotlin.gradle.tasks.throwGradleExceptionIfError |
4 | 2 |
|
5 | 3 | plugins {
|
6 | 4 | id("com.android.library")
|
@@ -89,28 +87,28 @@ tasks.clean.dependsOn("cargoClean")
|
89 | 87 |
|
90 | 88 | dependencies {
|
91 | 89 | val coroutinesVersion = "1.6.4"
|
92 |
| - val roomVersion = "2.4.2" |
| 90 | + val roomVersion = "2.4.3" |
93 | 91 | val workVersion = "2.7.1"
|
94 | 92 |
|
95 | 93 | api(project(":plugin"))
|
96 |
| - api("androidx.core:core-ktx:1.8.0") |
97 |
| - api("androidx.fragment:fragment-ktx:1.5.0") |
98 |
| - api("com.google.android.material:material:1.6.1") |
| 94 | + api("androidx.core:core-ktx:1.9.0") |
| 95 | + api("androidx.fragment:fragment-ktx:1.5.5") |
| 96 | + api("com.google.android.material:material:1.7.0") |
99 | 97 |
|
100 | 98 | api("androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycleVersion")
|
101 | 99 | api("androidx.preference:preference:1.2.0")
|
102 | 100 | api("androidx.room:room-runtime:$roomVersion")
|
103 | 101 | api("androidx.work:work-multiprocess:$workVersion")
|
104 | 102 | api("androidx.work:work-runtime-ktx:$workVersion")
|
105 | 103 | api("com.google.android.gms:play-services-oss-licenses:17.0.0")
|
106 |
| - api("com.google.code.gson:gson:2.9.0") |
107 |
| - api("com.google.firebase:firebase-analytics-ktx:21.1.0") |
108 |
| - api("com.google.firebase:firebase-crashlytics:18.2.11") |
| 104 | + api("com.google.code.gson:gson:2.10") |
| 105 | + api("com.google.firebase:firebase-analytics-ktx:21.2.0") |
| 106 | + api("com.google.firebase:firebase-crashlytics:18.3.2") |
109 | 107 | api("com.jakewharton.timber:timber:5.0.1")
|
110 |
| - api("dnsjava:dnsjava:3.5.1") |
| 108 | + api("dnsjava:dnsjava:3.5.2") |
111 | 109 | api("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
|
112 | 110 | api("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion")
|
113 | 111 | kapt("androidx.room:room-compiler:$roomVersion")
|
114 | 112 | androidTestImplementation("androidx.room:room-testing:$roomVersion")
|
115 |
| - androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3") |
| 113 | + androidTestImplementation("androidx.test.ext:junit-ktx:1.1.4") |
116 | 114 | }
|
0 commit comments