Skip to content

Commit

Permalink
Disable ExpiredTargetSdkVersion for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspieper committed Oct 10, 2024
1 parent 0935430 commit 8d45d54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ android {
includeInApk false
includeInBundle false
}

// TODO: Upgrade targetSdk
lintOptions {
disable 'ExpiredTargetSdkVersion'
}
}

0 comments on commit 8d45d54

Please sign in to comment.