diff --git a/.gitignore b/.gitignore index 08ccbb5793..35a830ed7e 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,8 @@ /android/**/captures /android/**/.externalNativeBuild /android/**/.vagrant +/android/**/.settings/ +/android/**/.classpath /stage /android/BOINC/app/src/main/assets/arm* /android/BOINC/app/src/main/assets/mips* diff --git a/android/BOINC/.idea/codeStyles/Project.xml b/android/BOINC/.idea/codeStyles/Project.xml index 3f3670f712..8e47a575a9 100644 --- a/android/BOINC/.idea/codeStyles/Project.xml +++ b/android/BOINC/.idea/codeStyles/Project.xml @@ -1,5 +1,8 @@ + + @@ -142,5 +145,8 @@ + + \ No newline at end of file diff --git a/android/BOINC/.idea/misc.xml b/android/BOINC/.idea/misc.xml index d5fa0fba83..3ca5f7a86b 100644 --- a/android/BOINC/.idea/misc.xml +++ b/android/BOINC/.idea/misc.xml @@ -45,5 +45,5 @@ - + \ No newline at end of file diff --git a/android/BOINC/.project b/android/BOINC/.project index bbefd114d4..a1ef9d8d27 100644 --- a/android/BOINC/.project +++ b/android/BOINC/.project @@ -5,6 +5,11 @@ + + org.eclipse.buildship.core.gradleprojectbuilder + + + com.android.ide.eclipse.adt.ResourceManagerBuilder @@ -29,5 +34,6 @@ com.android.ide.eclipse.adt.AndroidNature org.eclipse.jdt.core.javanature + org.eclipse.buildship.core.gradleprojectnature