add some ui attributes, remove node-android, update rhino to 1.8preview

This commit is contained in:
hyb1996
2017-05-15 16:18:42 +08:00
parent a8a83dd2b5
commit 8ac9a518d7
26 changed files with 373 additions and 221 deletions

View File

@@ -23,14 +23,22 @@ android {
}
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.github.hyb1996:node-android-lib:1.0.14'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.github.hyb1996:DynamicLayoutInflator:0.1'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.android.support:support-annotations:25.3.0'
compile 'net.lingala.zip4j:zip4j:1.3.2'
compile project(path: ':common')
compile project(path: ':automator')
}