diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-03 22:33:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 22:33:19 -0400 |
commit | 8a9ecfcbf40f0d1fd8a347a66b08a262b1d7a82c (patch) | |
tree | a41468ba861b4e9207b22bd26ca2fb3c9e59d896 /app/build.gradle | |
parent | bde1c74e57b34b3395fe4741d8188fe2704662ce (diff) | |
download | frost-8a9ecfcbf40f0d1fd8a347a66b08a262b1d7a82c.tar.gz frost-8a9ecfcbf40f0d1fd8a347a66b08a262b1d7a82c.tar.bz2 frost-8a9ecfcbf40f0d1fd8a347a66b08a262b1d7a82c.zip |
Dev (#15)
* Allow file access
* Log all to phone
* Rework billing logic
* Simplify travis process
* More logging
* Fix purchasing
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 13060352..169c0a77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,6 +4,7 @@ plugins { apply plugin: 'com.android.application' apply plugin: 'kotlin-android' +apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' apply plugin: 'io.fabric' apply plugin: 'com.github.triplet.play' |