File tree Expand file tree Collapse file tree
src/main/kotlin/com/fox2code/mmm/repo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -487,12 +487,12 @@ dependencies {
487487 implementation(" com.github.Fox2Code:AndroidANSI:1.2.1" )
488488
489489 // sentry
490- implementation(" io.sentry:sentry-android:6.24 .0" )
491- implementation(" io.sentry:sentry-android-timber:6.24 .0" )
492- implementation(" io.sentry:sentry-android-fragment:6.24 .0" )
493- implementation(" io.sentry:sentry-android-okhttp:6.24 .0" )
494- implementation(" io.sentry:sentry-kotlin-extensions:6.24 .0" )
495- implementation(" io.sentry:sentry-android-ndk:6.24 .0" )
490+ implementation(" io.sentry:sentry-android:6.25 .0" )
491+ implementation(" io.sentry:sentry-android-timber:6.25 .0" )
492+ implementation(" io.sentry:sentry-android-fragment:6.25 .0" )
493+ implementation(" io.sentry:sentry-android-okhttp:6.25 .0" )
494+ implementation(" io.sentry:sentry-kotlin-extensions:6.25 .0" )
495+ implementation(" io.sentry:sentry-android-ndk:6.25 .0" )
496496
497497 // Markdown
498498 // TODO: switch to an updated implementation
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ class RepoManager private constructor(mainApplication: MainApplication) : SyncMa
344344
345345 private fun addAndroidacyRepoData (): AndroidacyRepoData {
346346 // cache dir is actually under app data
347- val cacheRoot = mainApplication.getDataDirWithPath(" realms/ repos/androidacy_repo" )
347+ val cacheRoot = mainApplication.getDataDirWithPath(" repos/androidacy_repo" )
348348 val repoData = AndroidacyRepoData (cacheRoot, isAndroidacyTestMode)
349349 this .repoData[ANDROIDACY_MAGISK_REPO_ENDPOINT ] =
350350 repoData
You can’t perform that action at this time.
0 commit comments