diff --git a/.idea/chatapp.iml b/.idea/chatapp.iml index d6ebd48..70c0631 100644 --- a/.idea/chatapp.iml +++ b/.idea/chatapp.iml @@ -2,7 +2,10 @@ - + + + + diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..a5f05a4 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,17 @@ + + + + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://100.118.108.58:5432/chatapp_dev + + + + + + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..5d7e81e --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1210572..f7a493b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,5 @@ + diff --git a/android/.gitignore b/android/.gitignore index aa724b7..fb2b7c4 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,7 +1,9 @@ *.iml .gradle /local.properties +/keystore.properties /.idea/caches +/.idea/.cache /.idea/libraries /.idea/modules.xml /.idea/workspace.xml @@ -13,3 +15,4 @@ .externalNativeBuild .cxx local.properties +release/ \ No newline at end of file diff --git a/android/.idea/deploymentTargetSelector.xml b/android/.idea/deploymentTargetSelector.xml index fc8303f..94a4997 100644 --- a/android/.idea/deploymentTargetSelector.xml +++ b/android/.idea/deploymentTargetSelector.xml @@ -4,6 +4,14 @@