gradle: bump many deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
d4c8f1dfdd
commit
db7f70736f
@ -3,20 +3,20 @@ agp = "8.2.0-beta06"
|
|||||||
kotlin = "1.9.0"
|
kotlin = "1.9.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
androidx-activity-ktx = "androidx.activity:activity-ktx:1.7.2"
|
androidx-activity-ktx = "androidx.activity:activity-ktx:1.8.0"
|
||||||
androidx-annotation = "androidx.annotation:annotation:1.6.0"
|
androidx-annotation = "androidx.annotation:annotation:1.7.0"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
|
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
|
||||||
androidx-biometric = "androidx.biometric:biometric:1.1.0"
|
androidx-biometric = "androidx.biometric:biometric:1.1.0"
|
||||||
androidx-collection = "androidx.collection:collection:1.2.0"
|
androidx-collection = "androidx.collection:collection:1.3.0"
|
||||||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||||
androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||||
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
|
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
|
||||||
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.0.0"
|
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.0.0"
|
||||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.5.7"
|
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.1"
|
||||||
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
|
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
|
||||||
androidx-preference-ktx = "androidx.preference:preference-ktx:1.2.0"
|
androidx-preference-ktx = "androidx.preference:preference-ktx:1.2.1"
|
||||||
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
|
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
|
||||||
google-material = "com.google.android.material:material:1.9.0"
|
google-material = "com.google.android.material:material:1.10.0"
|
||||||
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
junit = "junit:junit:4.13.2"
|
junit = "junit:junit:4.13.2"
|
||||||
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0"
|
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0"
|
||||||
|
@ -223,7 +223,7 @@ class LogViewerActivity : AppCompatActivity() {
|
|||||||
} else {
|
} else {
|
||||||
if (bufferedLogLines.isNotEmpty()) {
|
if (bufferedLogLines.isNotEmpty()) {
|
||||||
bufferedLogLines.last().msg += "\n$line"
|
bufferedLogLines.last().msg += "\n$line"
|
||||||
} else if (!logLines.isEmpty) {
|
} else if (!logLines.isEmpty()) {
|
||||||
logLines[logLines.size() - 1].msg += "\n$line"
|
logLines[logLines.size() - 1].msg += "\n$line"
|
||||||
priorModified = true
|
priorModified = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user