Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SasmitaNovitasari committed Dec 25, 2021
1 parent 230afa5 commit fb0c47e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CurrencyTextView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ project.afterEvaluate {
}
}

android {
lintOptions {
abortOnError false
}
}
//android {
// lintOptions {
// abortOnError false
// }
//}

android {
compileSdk 31
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ plugins {
// }
//}
//
//android {
// lintOptions {
// abortOnError false
// }
//}
android {
lintOptions {
abortOnError false
}
}

android {
compileSdk 31
Expand Down

0 comments on commit fb0c47e

Please sign in to comment.