Revert "feat: can set packageName of apk building"

This reverts commit df838f7e5d.
This commit is contained in:
hyb1996
2017-12-08 17:32:38 +08:00
parent 1ea8b34f01
commit 18bab90f68
7 changed files with 17 additions and 63 deletions

View File

@@ -101,7 +101,8 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.6'
compile 'com.thoughtbot:expandablerecyclerview:1.3'
compile('com.github.hyb1996:FloatingCircularActionMenu:0.0.4')
compile 'com.github.hyb1996:Auto.js-ApkBuilder:1.0.1'
compile(name: 'apkbuilder-release', ext: 'aar')
// RxJava
compile "io.reactivex.rxjava2:rxjava:2.1.2"
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'