1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-21 18:42:35 +01:00

Fix Android Gradle plugin warning

This commit is contained in:
litetex 2024-10-22 21:40:16 +02:00 committed by Stypox
parent 97652ac015
commit 5bd4ed77df
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
2 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,7 @@ android {
buildFeatures {
viewBinding true
compose true
buildConfig true
}
packagingOptions {

View File

@ -1,4 +1,3 @@
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=true