Skip to content

Commit e1c4f03

Browse files
author
dmh
committed
移植旧版博主界面功能
1 parent 2bd6880 commit e1c4f03

File tree

11 files changed

+1160
-1
lines changed

11 files changed

+1160
-1
lines changed

module-basic/src/main/java/com/rae/cnblogs/basic/BasicPresenter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ private <T> T checkNotNull(T object) {
6666
public LifecycleProvider getLifecycleProvider() {
6767
return mLifecycleProvider;
6868
}
69+
6970
}

module-blog/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies {
3535
implementation rootProject.ext.dependencies.appcompat
3636
implementation rootProject.ext.dependencies.butterknife
3737
implementation rootProject.ext.dependencies.design
38+
implementation rootProject.ext.dependencies.raeSwift
3839
implementation project(':module-basic')
3940
implementation project(':module-resource')
4041
implementation project(':module-widget')

0 commit comments

Comments
 (0)