Skip to content

Commit

Permalink
lint options disable 'RestrictedApi'
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Jun 2, 2023
1 parent 4b94c57 commit 50cceaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core/AndroidNative/maui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ plugins {
android {
compileSdk 31

lintOptions {
disable 'RestrictedApi'
}

defaultConfig {
minSdk 21
Expand Down

0 comments on commit 50cceaa

Please sign in to comment.