Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 5396a71

Browse files
committed
Fix lint
1 parent cd07c0b commit 5396a71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ android {
3636
sourceCompatibility JavaVersion.VERSION_11
3737
targetCompatibility JavaVersion.VERSION_11
3838
}
39+
40+
// lintOptions {
41+
// disable 'LogNotTimber', 'StringFormatInTimber', 'ThrowableNotAtBeginning', 'BinaryOperationInTimber', 'TimberArgCount', 'TimberArgTypes', 'TimberTagLength', 'TimberExceptionLogging'
42+
// }
3943
}
4044

4145
dependencies {
@@ -45,7 +49,7 @@ dependencies {
4549

4650
implementation 'com.google.android.gms:play-services-auth:20.1.0'
4751
implementation 'com.google.android.material:material:1.5.0'
48-
implementation 'com.jakewharton.timber:timber:4.7.1'
52+
implementation 'com.jakewharton.timber:timber:5.0.1'
4953

5054
// AndroidX
5155
implementation 'androidx.appcompat:appcompat:1.2.0'

0 commit comments

Comments
 (0)