mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Consider namespace for applicationId
> If the application ID is not explicitly defined using the > applicationId property, it automatically takes on the same value as > the namespace. https://developer.android.com/studio/build/configure-app-module Found in com.amanoteam.unalix, see: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10895#note_907080341
This commit is contained in:
parent
620c06c377
commit
b6ea0d6acd
@ -1670,7 +1670,7 @@ def remove_debuggable_flags(root_dir):
|
||||
vcsearch_g = re.compile(r'''\b[Vv]ersionCode\s*=?\s*["'(]*([0-9][0-9_]*)["')]*''').search
|
||||
vnsearch_g = re.compile(r'''\b[Vv]ersionName\s*=?\s*\(?(["'])((?:(?=(\\?))\3.)*?)\1''').search
|
||||
vnssearch_g = re.compile(r'''\b[Vv]ersionNameSuffix\s*=?\s*(["'])((?:(?=(\\?))\3.)*?)\1''').search
|
||||
psearch_g = re.compile(r'''\b(packageName|applicationId)\s*=*\s*["']([^"']+)["']''').search
|
||||
psearch_g = re.compile(r'''\b(packageName|applicationId|namespace)\s*=*\s*["']([^"']+)["']''').search
|
||||
fsearch_g = re.compile(r'''\b(applicationIdSuffix)\s*=*\s*["']([^"']+)["']''').search
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user