1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Upgrade gradle and fix some conflicts

This commit is contained in:
davigonz
2018-04-25 11:23:06 +02:00
parent 41fed5d9f0
commit 3bd29307a5
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ android {
}
// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')
androidTest.setRoot('tests')
// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...