diff --git a/.gitignore b/.gitignore index 022119d8..a7328667 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ Android/local.properties Android/.idea/workspace.xml Android/.idea/libraries Android/.idea/dictionaries +Android/.idea/caches Android/build Android/jni/obj Android/obj diff --git a/Android/.idea/codeStyles/Project.xml b/Android/.idea/codeStyles/Project.xml deleted file mode 100644 index 30aa626c..00000000 --- a/Android/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Android/.idea/encodings.xml b/Android/.idea/encodings.xml new file mode 100644 index 00000000..15a15b21 --- /dev/null +++ b/Android/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Android/.idea/gradle.xml b/Android/.idea/gradle.xml index 7ac24c77..f43d4284 100644 --- a/Android/.idea/gradle.xml +++ b/Android/.idea/gradle.xml @@ -3,6 +3,9 @@ \ No newline at end of file diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index 71d92705..c076fcb6 120000 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -1 +1 @@ -app/build/intermediates/merged_manifests/debug/processDebugManifest/merged/AndroidManifest.xml \ No newline at end of file +./app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml \ No newline at end of file diff --git a/Android/app/app.iml b/Android/app/app.iml index f0eb6d35..567a5ed8 100644 --- a/Android/app/app.iml +++ b/Android/app/app.iml @@ -17,7 +17,8 @@