diff options
author | pacien | 2018-08-09 00:09:39 +0200 |
---|---|---|
committer | pacien | 2018-08-09 00:09:39 +0200 |
commit | 0a7f8f489625d90b8969f112d80059d6757d5e8d (patch) | |
tree | d256bd8fc25dbbcfa6ba900137ab752547338227 /app/build.gradle | |
parent | faad43be437d857ad35570abe334cc333a6df00e (diff) | |
download | tincapp-0a7f8f489625d90b8969f112d80059d6757d5e8d.tar.gz |
Refactor configuration activity
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index ade3cba..d475102 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -19,6 +19,7 @@ | |||
19 | apply plugin: 'com.android.application' | 19 | apply plugin: 'com.android.application' |
20 | apply plugin: 'kotlin-android' | 20 | apply plugin: 'kotlin-android' |
21 | apply plugin: 'kotlin-android-extensions' | 21 | apply plugin: 'kotlin-android-extensions' |
22 | apply plugin: 'kotlin-kapt' | ||
22 | apply plugin: 'com.github.triplet.play' | 23 | apply plugin: 'com.github.triplet.play' |
23 | 24 | ||
24 | def keystorePropertiesFile = rootProject.file("keystore.properties") | 25 | def keystorePropertiesFile = rootProject.file("keystore.properties") |
@@ -63,6 +64,10 @@ android { | |||
63 | path 'CMakeLists.txt' | 64 | path 'CMakeLists.txt' |
64 | } | 65 | } |
65 | } | 66 | } |
67 | |||
68 | dataBinding { | ||
69 | enabled = true | ||
70 | } | ||
66 | } | 71 | } |
67 | 72 | ||
68 | dependencies { | 73 | dependencies { |