aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-23 23:35:25 -0700
committerAllan Wang <me@allanwang.ca>2017-07-23 23:35:25 -0700
commit6eefe3f7c27bd388ea6eb312f056edad03175a63 (patch)
treee44656c431e018079588b686fdbb04019318f76c /sample/build.gradle
parent50ad7f0ae89fc52ce57fe03328f4221fb57f2eac (diff)
downloadkau-6eefe3f7c27bd388ea6eb312f056edad03175a63.tar.gz
kau-6eefe3f7c27bd388ea6eb312f056edad03175a63.tar.bz2
kau-6eefe3f7c27bd388ea6eb312f056edad03175a63.zip
Add tar unzip
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index f1a0f10..6fdf24a 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -29,6 +29,7 @@ android {
}
defaultConfig {
+ applicationId "ca.allanwang.kau.sample"
minSdkVersion Integer.parseInt(project.MIN_SDK)
targetSdkVersion Integer.parseInt(project.TARGET_SDK)
versionCode androidGitVersion.code()