Skip to content

Commit 22f25fa

Browse files
Disallow backups on internal
1 parent 6291431 commit 22f25fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ android {
173173
applicationId "com.wire.internal"
174174
versionName majorVersion + android.defaultConfig.versionCode + "-internal"
175175
manifestPlaceholders = [applicationLabel : "Wire Internal",
176-
allowBackup : "true",
176+
allowBackup : "false",
177177
applicationIcon : "@drawable/ic_launcher_wire_internal",
178178
sharedUserId : "",
179179
use_audio_link : "false",

0 commit comments

Comments
 (0)