We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5085f commit 7cbe500Copy full SHA for 7cbe500
android/app/build.gradle
@@ -37,6 +37,10 @@ android {
37
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
38
}
39
40
+ lint {
41
+ abortOnError = false
42
+ disable 'UnsanitizedFilenameFromContentProvider'
43
+ }
44
45
46
repositories {
brands/cachengo/config.ts
@@ -1,6 +1,7 @@
1
const config: BrandingConfig = {
2
name: 'telepath',
3
appName: 'Telepath',
4
+ androidPackageName: 'com.telepath',
5
package: {
6
homepage: 'https://telepath.cachengo.com',
7
description: 'Telepath cross platform desktop application for creating and hosting connections',
0 commit comments