Skip to content

Commit 491a4e9

Browse files
saintech23rd
authored andcommitted
fix invalid path to AndroidManifest*.xml files in TMessagesProj_App/build.gradle (#310)
1 parent 401a5a1 commit 491a4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMessagesProj_App/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949

5050
def fdroid = Utils['isFdroid']()
5151
def appSuffix = fdroid ? "" : ".beta"
52-
def flavorsConfig = fdroid ? "config/release" : "config/debug"
52+
def flavorsConfig = fdroid ? "release" : "debug"
5353
if (fdroid) {
5454
defaultConfig.applicationId = "org.forkgram.messenger"
5555
}

0 commit comments

Comments
 (0)