Skip to content

Commit 1278158

Browse files
committed
minor
1 parent 6e19214 commit 1278158

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies {
2828
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2929
exclude group: 'com.android.support', module: 'support-annotations'
3030
})
31-
compile 'com.android.support:appcompat-v7:25.1.1'
31+
compile 'com.android.support:appcompat-v7:25.2.0'
3232
testCompile 'junit:junit:4.12'
3333
}

easylogger/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ dependencies {
2929
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3030
exclude group: 'com.android.support', module: 'support-annotations'
3131
})
32-
compile 'com.android.support:appcompat-v7:25.1.0'
3332
testCompile 'junit:junit:4.12'
3433
}

easylogger/src/main/java/com/logger/min/easylogger/Format.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.logger.min.easylogger;
22

33
/**
4-
* Created by hafiq on 18/01/2017.
4+
* @author : hafiq on 18/01/2017.
55
*/
66

77
public enum Format {

easylogger/src/main/java/com/logger/min/easylogger/LogLevel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.logger.min.easylogger;
22

33
/**
4-
* Created by hafiq on 18/01/2017.
4+
* @author : hafiq on 18/01/2017.
55
*/
66

77
public enum LogLevel {

easylogger/src/main/java/com/logger/min/easylogger/LogPrint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import static android.content.Context.MODE_PRIVATE;
3434

3535
/**
36-
* Created by hafiq on 18/01/2017.
36+
* @author : hafiq on 18/01/2017.
3737
*/
3838

3939
@SuppressLint("StaticFieldLeak")

easylogger/src/main/java/com/logger/min/easylogger/Logger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import android.preference.PreferenceManager;
77

88
/**
9-
* Created by hafiq on 18/01/2017.
9+
* @author : hafiq on 18/01/2017.
1010
*/
1111

1212
public class Logger {

0 commit comments

Comments
 (0)