Commit b1ee284e authored by topjohnwu's avatar topjohnwu

Rename resource -> common

parent e986332b
......@@ -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'
......
include ':app', ':unhide', ':resource', ':snet', ':jarsigner'
\ No newline at end of file
include ':app', ':unhide', ':common', ':snet', ':jarsigner'
\ No newline at end of file
......@@ -21,5 +21,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':resource')
implementation project(':common')
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment