This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
build.gradle: fix building the tests
master
Reece H. Dunn
11 years ago
parent
0008e7d7d1
commit
d2c83b1096
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
android/build.gradle
+ 2
- 2
android/build.gradle
View File
@@ -32,8 +32,8 @@ android {
java.srcDirs = ['src']
res.srcDirs = ['res']
}
instrument
Test.setRoot('eSpeakTests')
instrument
Test {
android
Test.setRoot('eSpeakTests')
android
Test {
java.srcDirs = ['eSpeakTests/src']
}
}
Write
Preview
Loading…
Cancel
Save