Skip to content

Commit 44581a7

Browse files
committed
Fix compilation
1 parent f42f662 commit 44581a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
* The loadEnvOrProperty will try to find the environment variable (in snake_case) or the
5050
* property in signing.properties (converted to camelCase)
5151
*/
52-
applicationId loadEnvOrProperty("APPLICATION_ID", "/", "app_config.properties")
52+
applicationId loadEnvOrProperty("APPLICATION_ID", "com.hyperdevs.appupdateshelper.app", "app_config.properties")
5353
minSdkVersion min_sdk_version
5454
targetSdkVersion target_sdk_version
5555
versionCode 1

0 commit comments

Comments
 (0)