Skip to content

Commit 2552bf3

Browse files
update deps
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 1a9da5d commit 2552bf3

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

app/build.gradle.kts

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
kotlin("android")
1717
kotlin("kapt")
1818
id("com.google.devtools.ksp") version "1.8.22-1.0.11"
19-
id("io.sentry.android.gradle")
19+
id("io.sentry.android.gradle") version "3.12.0"
2020
}
2121

2222
val hasSentryConfig = File(rootProject.projectDir, "sentry.properties").exists()
@@ -53,8 +53,8 @@ android {
5353
applicationId = "com.fox2code.mmm"
5454
minSdk = 26
5555
targetSdk = 34
56-
versionCode = 82
57-
versionName = "2.3.0"
56+
versionCode = 83
57+
versionName = "2.3.1"
5858
vectorDrawables {
5959
useSupportLibrary = true
6060
}
@@ -467,7 +467,7 @@ dependencies {
467467
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
468468
implementation("androidx.recyclerview:recyclerview:1.3.1")
469469
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
470-
implementation("androidx.webkit:webkit:1.7.0")
470+
implementation("androidx.webkit:webkit:1.8.0")
471471
implementation("com.google.android.material:material:1.9.0")
472472
implementation("dev.rikka.rikkax.layoutinflater:layoutinflater:1.3.0")
473473
implementation("dev.rikka.rikkax.insets:insets:1.3.0")
@@ -481,7 +481,7 @@ dependencies {
481481
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
482482
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.11")
483483
// logging interceptor
484-
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11")
484+
debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11")
485485
// Chromium cronet from androidacy
486486
implementation("org.chromium.net:cronet-embedded:113.5672.61")
487487

@@ -500,11 +500,6 @@ dependencies {
500500

501501
// sentry
502502
implementation("io.sentry:sentry-android:6.29.0")
503-
implementation("io.sentry:sentry-android-timber:6.29.0")
504-
implementation("io.sentry:sentry-android-fragment:6.29.0")
505-
implementation("io.sentry:sentry-android-okhttp:6.29.0")
506-
implementation("io.sentry:sentry-kotlin-extensions:6.29.0")
507-
implementation("io.sentry:sentry-android-ndk:6.29.0")
508503

509504
// Markdown
510505
// TODO: switch to an updated implementation
@@ -519,7 +514,7 @@ dependencies {
519514
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3")
520515
implementation("com.github.tiann:FreeReflection:3.1.0")
521516

522-
implementation("androidx.core:core-ktx:1.10.1")
517+
implementation("androidx.core:core-ktx:1.12.0")
523518

524519
// timber
525520
implementation("com.jakewharton.timber:timber:5.0.1")
@@ -529,7 +524,7 @@ dependencies {
529524

530525
// some utils
531526
implementation("commons-io:commons-io:2.13.0")
532-
implementation("org.apache.commons:commons-compress:1.23.0")
527+
implementation("org.apache.commons:commons-compress:1.24.0")
533528

534529
// analytics
535530
implementation("com.github.matomo-org:matomo-sdk-android:HEAD")

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ buildscript {
1919

2020
// NOTE: Do not place your application dependencies here; they belong
2121
// in the individual module build.gradle files
22-
classpath("io.sentry:sentry-android-gradle-plugin:3.11.1")
2322
classpath("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.2")
2423
}
2524
}

0 commit comments

Comments
 (0)