aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.DAL/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android_Studio/Tango.DAL/build.gradle')
-rw-r--r--Software/Android_Studio/Tango.DAL/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Android_Studio/Tango.DAL/build.gradle b/Software/Android_Studio/Tango.DAL/build.gradle
index ccdda3e4c..066a1efbd 100644
--- a/Software/Android_Studio/Tango.DAL/build.gradle
+++ b/Software/Android_Studio/Tango.DAL/build.gradle
@@ -45,7 +45,7 @@ dependencies {
//Copy data base to assets folder.
task copyFiles(type: Copy) {
- from "$projectDir\\..\\..\\DB\\mobile.db"
+ from "$projectDir\\..\\..\\DB\\Tango.db"
into "$projectDir/src\\main\\assets\\"
}