From 7542fce6e62d5e9d523802a9f9c1e44a1160d4b3 Mon Sep 17 00:00:00 2001 From: gedoor Date: Fri, 4 Dec 2020 12:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cc4e80c49..a4981fa29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,10 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -//apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-parcelize' apply plugin: 'kotlin-kapt' apply plugin: 'de.timfreiheit.resourceplaceholders' apply plugin: 'com.google.firebase.crashlytics' -//androidExtensions { -// experimental = true -//} - static def releaseTime() { return new Date().format("yy.MMddHH", TimeZone.getTimeZone("GMT+8")) }