We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42f662 commit 44581a7Copy full SHA for 44581a7
app/build.gradle
@@ -49,7 +49,7 @@ android {
49
* The loadEnvOrProperty will try to find the environment variable (in snake_case) or the
50
* property in signing.properties (converted to camelCase)
51
*/
52
- applicationId loadEnvOrProperty("APPLICATION_ID", "/", "app_config.properties")
+ applicationId loadEnvOrProperty("APPLICATION_ID", "com.hyperdevs.appupdateshelper.app", "app_config.properties")
53
minSdkVersion min_sdk_version
54
targetSdkVersion target_sdk_version
55
versionCode 1
0 commit comments