From c9f2ee630d45ae5d90f720371e6bce5e6af03e8e Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 28 Feb 2021 21:42:15 +0200 Subject: [PATCH] FOSS changes --- README.md | 1 + android/app/src/main/AndroidManifest.foss.xml | 51 +++++++++++++++++++ android/app/src/main/AndroidManifest.xml | 2 +- 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 android/app/src/main/AndroidManifest.foss.xml diff --git a/README.md b/README.md index c77ddef83..76bf502ef 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Note: if you don't have an Invoice Ninja backend setup you can test the app with cp android/build.gradle.foss android/build.gradle cp lib/utils/oauth.dart.foss lib/utils/oauth.dart cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart +cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml cp pubspec.foss.yaml pubspec.yaml rm pubspec.lock ``` diff --git a/android/app/src/main/AndroidManifest.foss.xml b/android/app/src/main/AndroidManifest.foss.xml new file mode 100644 index 000000000..41694dab3 --- /dev/null +++ b/android/app/src/main/AndroidManifest.foss.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a395a2e36..ca77f4c49 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,12 +4,12 @@ - +