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

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed May 30, 2022
1 parent cd07c0b commit 5396a71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

// lintOptions {
// disable 'LogNotTimber', 'StringFormatInTimber', 'ThrowableNotAtBeginning', 'BinaryOperationInTimber', 'TimberArgCount', 'TimberArgTypes', 'TimberTagLength', 'TimberExceptionLogging'
// }
}

dependencies {
Expand All @@ -45,7 +49,7 @@ dependencies {

implementation 'com.google.android.gms:play-services-auth:20.1.0'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.jakewharton.timber:timber:5.0.1'

// AndroidX
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down

0 comments on commit 5396a71

Please sign in to comment.