diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-11 21:14:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 21:14:05 -0800 |
commit | 56efff49fe15ec54c53fed18a2e1af903916e80a (patch) | |
tree | a2695f27f69e6d0f23bdcb95821e62298361039a /app/build.gradle | |
parent | 905056da6799b40293f6d8b0f655f244d927361d (diff) | |
parent | ab69c5ccf804c4eaad41e1ab84093c9c78d296d6 (diff) | |
download | frost-56efff49fe15ec54c53fed18a2e1af903916e80a.tar.gz frost-56efff49fe15ec54c53fed18a2e1af903916e80a.tar.bz2 frost-56efff49fe15ec54c53fed18a2e1af903916e80a.zip |
Merge pull request #1744 from AllanWang/version
Update to AS 4.2 beta
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1a368f39..51ac5568 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' -apply plugin: 'com.getkeepsafe.dexcount' +//apply plugin: 'com.getkeepsafe.dexcount' apply plugin: 'com.gladed.androidgitversion' |