Skip to content

Commit e64c48e

Browse files
committed
增加了关于
1 parent cf90c35 commit e64c48e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
apply plugin: 'com.android.application'
22

3+
34
android {
45
compileSdkVersion 27
5-
buildToolsVersion '28.0.2'
6+
buildToolsVersion '28.0.3'
67
defaultConfig {
78
applicationId "com.lifegamer.fengmaster.lifegamer"
89
minSdkVersion 22
@@ -56,6 +57,7 @@ dependencies {
5657
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
5758
api 'org.greenrobot:eventbus:3.1.1'
5859
api 'com.github.aakira:expandable-layout:1.6.0@aar'
60+
5961
testImplementation 'junit:junit:4.12'
6062

6163
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.lifegamer.fengmaster.lifegamer.manager.itf;
2+
3+
/**
4+
* 日志管理器
5+
*/
6+
public class ILogManger {
7+
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.2.0'
9+
classpath 'com.android.tools.build:gradle:3.2.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)