diff options
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() |