add some ui attributes, remove node-android, update rhino to 1.8preview
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user