Rename resource -> common

This commit is contained in:
topjohnwu
2017-10-07 20:48:45 +08:00
parent e986332bf2
commit b1ee284e7f
11 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ repositories {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':resource')
implementation project(':common')
implementation project(':jarsigner')
implementation 'com.android.support:recyclerview-v7:26.1.0'
implementation 'com.android.support:cardview-v7:26.1.0'