Skip to content
Snippets Groups Projects
Commit 29d51a50 authored by Janak Amarasena's avatar Janak Amarasena
Browse files

Added custom package details

parent 61ce9e02
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,14 @@ android { ...@@ -55,6 +55,14 @@ android {
} }
custom { custom {
dimension "mode" dimension "mode"
//Change the package name as needed
applicationId "org.sample.custom"
//Set app name here
resValue "string", "app_name", "Bitmask Custom"
//Change the versionCode as needed
versionCode 1
//Change the versionName as needed
versionName "1.0"
//Build Config Fields for default donation details //Build Config Fields for default donation details
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment