rename hego to doric

This commit is contained in:
pengfei.zhou
2019-07-19 10:27:09 +08:00
parent 6bcc9ffe49
commit 51c8924c2a
48 changed files with 340 additions and 424 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.github.pengfeizhou.hego"
applicationId "com.github.pengfeizhou.doric"
minSdkVersion 16
targetSdkVersion 28
versionCode 1
@@ -27,5 +27,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation project(':hego')
implementation project(':doric')
}