From d25d1efe9c0ada156fa210cd04fc61f14378309d Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sat, 11 Nov 2023 17:59:55 +0700 Subject: [PATCH] fix(build): allow profile variant to compile fix backported from #1305 --- android/app/build.gradle | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3140585a..0b83c0af 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 {