1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

Changed for Android Gradle plugin 0.9

see http://tools.android.com/tech-docs/new-build-system/migrating_to_09
This commit is contained in:
Koji Arai 2014-04-06 16:36:43 +09:00
parent 16df038157
commit e0065ce014

View File

@ -31,7 +31,7 @@ android {
assets.srcDirs = ['assets']
}
instrumentTest {
androidTest {
manifest.srcFile 'tests/AndroidManifest.xml'
java.srcDirs = ['tests/src']
assets.srcDirs = ['tests/assets']