Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
classpath(libs.gradle)
classpath(libs.androidx.navigation.safe.args.gradle.plugin)
classpath(libs.protobuf.gradle.plugin)
classpath("com.squareup.wire:wire-gradle-plugin:4.4.3") {
classpath("com.squareup.wire:wire-gradle-plugin:4.9.11") {
exclude(group = "com.squareup.wire", module = "wire-swift-generator")
exclude(group = "com.squareup.wire", module = "wire-grpc-client")
exclude(group = "com.squareup.wire", module = "wire-grpc-jvm")
Expand Down
38 changes: 19 additions & 19 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ndk = "28.0.13004108"
javaVersion = "17"
kotlinJvmTarget = "17"
gradle = "8.13.2"
kotlin = "2.2.20"
kotlin = "2.3.21"
android-gradle-plugin = "8.13.2"

# Other versions
Expand All @@ -26,14 +26,14 @@ androidx-navigation = "2.8.5"
androidx-navigation3-core = "1.0.0"
androidx-core-telecom = "1.1.0-alpha04"
androidx-window = "1.3.0"
glide = "4.15.1"
glide = "4.16.0"
libsignal-client = "0.92.2"
mp4parser = "1.9.39"
mp4parser = "1.9.56"
accompanist = "0.28.0"
nanohttpd = "2.3.1"
navigation-safe-args-gradle-plugin = "2.8.5"
protobuf-gradle-plugin = "0.9.0"
ktlint = "14.0.1"
ktlint = "14.2.0"
ui-test-junit4 = "1.9.4"

[plugins]
Expand Down Expand Up @@ -72,7 +72,7 @@ accompanist-permissions = { module = "com.google.accompanist:accompanist-permiss
accompanist-drawablepainter = "com.google.accompanist:accompanist-drawablepainter:0.36.0"

# Desugaring
android-tools-desugar = "com.android.tools:desugar_jdk_libs:2.1.3"
android-tools-desugar = "com.android.tools:desugar_jdk_libs:2.1.5"

# Kotlin
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
Expand Down Expand Up @@ -174,34 +174,34 @@ signal-aesgcmprovider = "org.signal:aesgcmprovider:0.0.4"
signal-ringrtc = "org.signal:ringrtc-android:2.68.0"

# Third Party
signal-android-database-sqlcipher = "net.zetetic:sqlcipher-android:4.13.0"
greenrobot-eventbus = "org.greenrobot:eventbus:3.0.0"
signal-android-database-sqlcipher = "net.zetetic:sqlcipher-android:4.14.1"
greenrobot-eventbus = "org.greenrobot:eventbus:3.3.1"
jackson-core = "com.fasterxml.jackson.core:jackson-databind:2.12.0"
jackson-module-kotlin = "com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0"
square-okhttp3 = "com.squareup.okhttp3:okhttp:5.0.0-alpha.16"
square-okio = "com.squareup.okio:okio:3.12.0"
square-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.7"
rxjava3-rxjava = "io.reactivex.rxjava3:rxjava:3.0.13"
rxjava3-rxandroid = "io.reactivex.rxjava3:rxandroid:3.0.0"
jackson-module-kotlin = "com.fasterxml.jackson.module:jackson-module-kotlin:2.21.2"
square-okhttp3 = "com.squareup.okhttp3:okhttp:5.3.2"
square-okio = "com.squareup.okio:okio:3.17.0"
square-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14"
rxjava3-rxjava = "io.reactivex.rxjava3:rxjava:3.1.12"
rxjava3-rxandroid = "io.reactivex.rxjava3:rxandroid:3.0.2"
rxjava3-rxkotlin = "io.reactivex.rxjava3:rxkotlin:3.0.1"
rxdogtag = "com.uber.rxdogtag2:rxdogtag:2.0.1"
rxdogtag = "com.uber.rxdogtag2:rxdogtag:2.0.2"
conscrypt-android = "org.conscrypt:conscrypt-android:2.5.3"
mobilecoin = "com.mobilecoin:android-sdk:6.1.2"
mobilecoin = "com.mobilecoin:android-sdk:6.1.3"
leolin-shortcutbadger = "me.leolin:ShortcutBadger:1.1.22"
glide-glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
glide-ksp = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" }
roundedimageview = "com.makeramen:roundedimageview:2.1.0"
roundedimageview = "com.makeramen:roundedimageview:2.3.0"
materialish-progress = "com.pnikosis:materialish-progress:1.7"
subsampling-scale-image-view = "com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0"
lottie = "com.airbnb.android:lottie:6.4.0"
lottie-compose = "com.airbnb.android:lottie-compose:6.4.0"
lottie = "com.airbnb.android:lottie:6.7.1"
lottie-compose = "com.airbnb.android:lottie-compose:6.7.1"
dnsjava = "dnsjava:dnsjava:2.1.9"
nanohttpd-webserver = { module = "org.nanohttpd:nanohttpd-webserver", version.ref = "nanohttpd" }
nanohttpd-websocket = { module = "org.nanohttpd:nanohttpd-websocket", version.ref = "nanohttpd" }
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5"

# Can't use the newest version because it hits some weird NoClassDefFoundException
jknack-handlebars = "com.github.jknack:handlebars:4.0.7"
jknack-handlebars = "com.github.jknack:handlebars:4.5.0"

# Mp4Parser
mp4parser-isoparser = { module = "org.mp4parser:isoparser", version.ref = "mp4parser" }
Expand Down
12 changes: 6 additions & 6 deletions gradle/test-libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[versions]
androidx-test = "1.5.0"
androidx-test-ext-junit = "1.1.5"
robolectric = "4.15.1"
robolectric = "4.16.1"
espresso = "3.4.0"

[libraries]
Expand All @@ -21,10 +21,10 @@ robolectric-robolectric = { module = "org.robolectric:robolectric", version.ref
bouncycastle-bcprov-jdk15on = "org.bouncycastle:bcprov-jdk15on:1.70"
bouncycastle-bcpkix-jdk15on = "org.bouncycastle:bcpkix-jdk15on:1.70"
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
mockk = "io.mockk:mockk:1.13.17"
mockk-android = "io.mockk:mockk-android:1.13.17"
mockk = "io.mockk:mockk:1.14.9"
mockk-android = "io.mockk:mockk-android:1.14.9"

square-mockwebserver = "com.squareup.okhttp3:mockwebserver:5.0.0-alpha.16"
square-mockwebserver = "com.squareup.okhttp3:mockwebserver:5.3.2"
conscrypt-openjdk-uber = "org.conscrypt:conscrypt-openjdk-uber:2.5.2"
diff-utils = "io.github.java-diff-utils:java-diff-utils:4.12"
sqlite-jdbc = "org.xerial:sqlite-jdbc:3.51.3.0"
diff-utils = "io.github.java-diff-utils:java-diff-utils:4.16"
sqlite-jdbc = "org.xerial:sqlite-jdbc:3.53.0.0"
Loading