This website requires JavaScript.
Explore
Help
Sign In
filippodb
/
SchildiChat-android
mirror of
https://github.com/SchildiChat/SchildiChat-android.git
Watch
1
Star
0
Fork
You've already forked SchildiChat-android
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9980d42083
SchildiChat-android
/
library
/
external
/
dialpad
/
src
/
main
/
AndroidManifest.xml
3 lines
52 B
XML
Raw
Normal View
History
Unescape
Escape
manually including the im.dlg:android-dialer:1.2.5 - avoids using appcompat - avoids using an artifact without a source repository
2022-09-15 15:18:11 +02:00
<?xml version="1.0" encoding="utf-8"?>
Bump gradle from 7.2.2 to 7.3.1 (#7364) * Bump gradle from 7.2.2 to 7.3.1 Bumps gradle from 7.2.2 to 7.3.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Try to fix build issue caused by KSP workaround * Add missing dependency * Suppress false positive in linter * Suppress more false positives, fix 2 possible leaks * Fix tests * Ignore flaky test * Use namespaces instead of packagenames in AndroidManifest files * Reorder dependency groups Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
2022-10-17 09:14:28 +02:00
<manifest
/>