diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-23 23:35:25 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-23 23:35:25 -0700 |
commit | 6eefe3f7c27bd388ea6eb312f056edad03175a63 (patch) | |
tree | e44656c431e018079588b686fdbb04019318f76c /sample | |
parent | 50ad7f0ae89fc52ce57fe03328f4221fb57f2eac (diff) | |
download | kau-6eefe3f7c27bd388ea6eb312f056edad03175a63.tar.gz kau-6eefe3f7c27bd388ea6eb312f056edad03175a63.tar.bz2 kau-6eefe3f7c27bd388ea6eb312f056edad03175a63.zip |
Add tar unzip
Diffstat (limited to 'sample')
-rw-r--r-- | sample/build.gradle | 1 |
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() |