From db26d3340db7069dc9739b92f650def78c62567b Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Fri, 30 Dec 2022 05:06:35 +0530 Subject: [PATCH] [DO NOT MERGE] Fallback APK without D2D changes * Bump version * 33030020 -> 13-3.2 * 33030021 -> d2d test #478 * 33030022 -> This, to go back to normal build after testing * This is to allow going back to a build without D2D safely, because otherwise to uninstall the update to an app you have to wipe data. * Also set the testing property to false Change-Id: I1a9530102c851ac8ea05711b947ef7390e3a0dc8 --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/java/com/stevesoltys/seedvault/App.kt | 4 ++++ contactsbackup/src/main/AndroidManifest.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fc8ce4be9..e60884461 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@