This website requires JavaScript.
Explore
Help
Sign In
github
/
cordova-android
Watch
3
Star
0
Fork
1
You've already forked cordova-android
mirror of
https://github.com/apache/cordova-android.git
synced
2025-02-08 07:32:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7d5afdebe1
cordova-android
/
test
/
settings.gradle
4 lines
98 B
Groovy
Raw
Normal View
History
Unescape
Escape
CB-12465: Writing new JUnit Test Instrumentation to replace tests and retire problmatic tests This closes #363
2017-02-15 08:45:57 +08:00
include
':app'
Make unit tests work with Gradle Had to split the test app from the tests, since that's how gradle forces you to do it.
2015-01-21 02:58:58 +08:00
include
":CordovaLib"
project
(
':CordovaLib'
)
.
projectDir
=
new
File
(
'../framework'
)
Reference in New Issue
Copy Permalink