Refactor: split into modules autojs, common, app and automator
This commit is contained in:
@@ -5,7 +5,7 @@ android {
|
||||
buildToolsVersion "25.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
@@ -28,4 +28,8 @@ dependencies {
|
||||
})
|
||||
compile 'com.android.support:appcompat-v7:25.3.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.github.hyb1996:node-android-lib:1.0.13'
|
||||
compile project(path: ':common')
|
||||
compile project(path: ':automator')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user