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

1
common/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/build

23
common/build.gradle Normal file
View File

@@ -0,0 +1,23 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt')
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}

View File

@@ -0,0 +1 @@
<manifest package="com.topjohnwu.resource" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB