Skip to content

Commit

Permalink
fix(build): allow profile variant to compile
Browse files Browse the repository at this point in the history
fix backported from ReVanced#1305
  • Loading branch information
validcube authored and TheAabedKhan committed Nov 12, 2023
1 parent de58dff commit d25d1ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ android {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}
profile {
shrinkResources false
minifyEnabled false
resValue "string", "app_name", "ReVanced Manager Profile"
applicationIdSuffix ".profile"
signingConfig signingConfigs.debug
ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}
}
packagingOptions {
jniLibs {
Expand Down

0 comments on commit d25d1ef

Please sign in to comment.