File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ plugins {
8
8
android {
9
9
namespace = " app.revanced.manager.flutter"
10
10
compileSdk = 35
11
- ndkVersion = " 27.0.12077973"
12
11
13
12
compileOptions {
14
13
isCoreLibraryDesugaringEnabled = true
@@ -64,11 +63,11 @@ android {
64
63
65
64
resValue(" string" , " app_name" , " ReVanced Manager" )
66
65
} else {
67
- applicationIdSuffix = " .debug "
66
+ applicationIdSuffix = " .development "
68
67
69
68
signingConfig = signingConfigs[" debug" ]
70
69
71
- resValue(" string" , " app_name" , " ReVanced Manager (Debug signed )" )
70
+ resValue(" string" , " app_name" , " ReVanced Manager (Development )" )
72
71
}
73
72
}
74
73
@@ -77,6 +76,13 @@ android {
77
76
78
77
resValue(" string" , " app_name" , " ReVanced Manager (Debug)" )
79
78
}
79
+
80
+ profile {
81
+ applicationIdSuffix = " .profile"
82
+
83
+ resValue(" string" , " app_name" , " ReVanced Manager (Profile)" )
84
+ applicationIdSuffix = " .debug"
85
+ }
80
86
}
81
87
82
88
packaging {
You can’t perform that action at this time.
0 commit comments