File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
src/main/java/com/lifegamer/fengmaster/lifegamer/manager/itf Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
+
3
4
android {
4
5
compileSdkVersion 27
5
- buildToolsVersion ' 28.0.2 '
6
+ buildToolsVersion ' 28.0.3 '
6
7
defaultConfig {
7
8
applicationId " com.lifegamer.fengmaster.lifegamer"
8
9
minSdkVersion 22
@@ -56,6 +57,7 @@ dependencies {
56
57
api ' io.reactivex.rxjava2:rxandroid:2.0.2'
57
58
api ' org.greenrobot:eventbus:3.1.1'
58
59
api ' com.github.aakira:expandable-layout:1.6.0@aar'
60
+
59
61
testImplementation ' junit:junit:4.12'
60
62
61
63
}
Original file line number Diff line number Diff line change
1
+ package com .lifegamer .fengmaster .lifegamer .manager .itf ;
2
+
3
+ /**
4
+ * 日志管理器
5
+ */
6
+ public class ILogManger {
7
+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.2.0 '
9
+ classpath ' com.android.tools.build:gradle:3.2.1 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments