@@ -28,8 +28,8 @@ android {
2828 applicationId " com.fox2code.mmm"
2929 minSdk 23
3030 targetSdk 33
31- versionCode 62
32- versionName " 1.0.2 "
31+ versionCode 63
32+ versionName " 1.0.3 "
3333 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3434 signingConfig signingConfigs. release
3535 }
@@ -215,21 +215,8 @@ sentry {
215215 }
216216
217217 // Enable auto-installation of Sentry components (sentry-android SDK and okhttp, timber and fragment integrations).
218- // Default is enabled.
219- // Only available v3.1.0 and above.
220218 autoInstallation {
221- enabled = true
222-
223- // Specifies a version of the sentry-android SDK and fragment, timber and okhttp integrations.
224- //
225- // This is also useful, when you have the sentry-android SDK already included into a transitive dependency/module and want to
226- // align integration versions with it (if it's a direct dependency, the version will be inferred).
227- //
228- // NOTE: if you have a higher version of the sentry-android SDK or integrations on the classpath, this setting will have no effect
229- // as Gradle will resolve it to the latest version.
230- //
231- // Defaults to the latest published sentry version.
232- sentryVersion = ' 6.9.2'
219+ sentryVersion = ' 6.10.0'
233220 }
234221}
235222
@@ -258,6 +245,7 @@ dependencies {
258245
259246 // Utils
260247 implementation ' androidx.work:work-runtime:2.7.1'
248+ implementation ' com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
261249 implementation ' com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.10'
262250 implementation ' com.squareup.okhttp3:okhttp-brotli:5.0.0-alpha.10'
263251 // Chromium cronet from androidacy
@@ -267,7 +255,7 @@ dependencies {
267255 implementation ' com.github.topjohnwu.libsu:io:5.0.1'
268256 implementation ' com.github.Fox2Code:RosettaX:1.0.9'
269257 implementation ' com.github.Fox2Code:AndroidANSI:1.0.1'
270- implementation ' io.sentry:sentry-android:6.9.2 '
258+ implementation ' io.sentry:sentry-android:6.10.0 '
271259
272260 // Markdown
273261 implementation " io.noties.markwon:core:4.6.2"
@@ -319,6 +307,11 @@ android {
319307 manifest. srcFile sentryManifestSrc
320308 }
321309 }
310+ ndkVersion ' 25.1.8937393'
311+ dependenciesInfo {
312+ includeInApk false
313+ includeInBundle false
314+ }
322315}
323316
324317// Safeguard (Do not remove)
0 commit comments