From 97e0c8cef73064d121dcb38ab904e8d5d8ba5cdd Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jun 2023 21:25:23 +0200 Subject: backup function --- android/app/src/main/AndroidManifest.xml | 78 +++++++++++++++++--------------- android/build.gradle | 2 +- 2 files changed, 42 insertions(+), 38 deletions(-) (limited to 'android') diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ad55dd7..64bebb8 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,54 +1,58 @@ - + package="com.example.dhl_schemaplanner"> + - - - - + + + + + + + - + - - - - - - - - - - - - - - + + + \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index b622d73..ca618df 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,6 +24,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } -- cgit v1.2.3-70-g09d2