diff options
author | Janak Amarasena <janakamarasena@gmail.com> | 2018-06-10 09:50:20 +0530 |
---|---|---|
committer | Janak Amarasena <janakamarasena@gmail.com> | 2018-06-23 09:33:02 +0530 |
commit | 29d51a50b5c2c3b25c1a8b392b4c36f71b99d68e (patch) | |
tree | c66562fdd7a02466c421d9eb7bf67d03426adb6b /app/build.gradle | |
parent | 61ce9e028473aa8ef4fa014c1b53eabee4d90b20 (diff) |
Added custom package details
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index fea71f6e..d2255f42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,14 @@ android { } custom { 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 |