From c98eb92c2fd5521c7587cfb3cc983610b1467b1e Mon Sep 17 00:00:00 2001 From: Lemmo Lavonen Date: Tue, 5 Oct 2021 23:52:27 +0300 Subject: [PATCH] Fixes package name. --- MobileAuthApp/.idea/.gitignore | 3 --- MobileAuthApp/.idea/.name | 1 - MobileAuthApp/.idea/compiler.xml | 6 ------ MobileAuthApp/.idea/gradle.xml | 20 ------------------ MobileAuthApp/.idea/misc.xml | 21 ------------------- MobileAuthApp/.idea/vcs.xml | 6 ------ .../mobileauthapp/NFC/Comms.java | 2 +- gradle.properties | 0 8 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 MobileAuthApp/.idea/.gitignore delete mode 100644 MobileAuthApp/.idea/.name delete mode 100644 MobileAuthApp/.idea/compiler.xml delete mode 100644 MobileAuthApp/.idea/gradle.xml delete mode 100644 MobileAuthApp/.idea/misc.xml delete mode 100644 MobileAuthApp/.idea/vcs.xml create mode 100644 gradle.properties diff --git a/MobileAuthApp/.idea/.gitignore b/MobileAuthApp/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/MobileAuthApp/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/MobileAuthApp/.idea/.name b/MobileAuthApp/.idea/.name deleted file mode 100644 index 611b0d8..0000000 --- a/MobileAuthApp/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Mobile Auth App \ No newline at end of file diff --git a/MobileAuthApp/.idea/compiler.xml b/MobileAuthApp/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/MobileAuthApp/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/.idea/gradle.xml b/MobileAuthApp/.idea/gradle.xml deleted file mode 100644 index 526b4c2..0000000 --- a/MobileAuthApp/.idea/gradle.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/.idea/misc.xml b/MobileAuthApp/.idea/misc.xml deleted file mode 100644 index dade2ba..0000000 --- a/MobileAuthApp/.idea/misc.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/.idea/vcs.xml b/MobileAuthApp/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/MobileAuthApp/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/MobileAuthApp/app/src/main/java/com/tarkvaraprojekt/mobileauthapp/NFC/Comms.java b/MobileAuthApp/app/src/main/java/com/tarkvaraprojekt/mobileauthapp/NFC/Comms.java index c434a80..e9cce29 100644 --- a/MobileAuthApp/app/src/main/java/com/tarkvaraprojekt/mobileauthapp/NFC/Comms.java +++ b/MobileAuthApp/app/src/main/java/com/tarkvaraprojekt/mobileauthapp/NFC/Comms.java @@ -1,4 +1,4 @@ -package ee.ut.math.lemmo.readnfctag; +package com.tarkvaraprojekt.mobileauthapp.NFC; import android.nfc.tech.IsoDep; import android.util.Log; diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..e69de29