From a45036d4003974f8e78eb819a932895291d677d6 Mon Sep 17 00:00:00 2001
From: 陈奇 <1650699704@qq.com>
Date: Tue, 27 Nov 2018 17:14:41 +0800
Subject: [PATCH] [*]

---
 app/build.gradle |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 3b25094..9a92f5d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,4 +1,5 @@
 apply plugin: 'com.android.application'
+apply plugin: 'kotlin-android'
 apply from: 'tinker-support.gradle'
 
 android {
@@ -91,4 +92,9 @@
     // ������tinker���������������������������������1.3.5������������������������tinker���
     implementation 'com.tencent.tinker:tinker-android-lib:1.9.9'
     implementation 'com.tencent.bugly:nativecrashreport:latest.release'
+    compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+    implementation 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+'
+}
+repositories {
+    mavenCentral()
 }

--
Gitblit v1.8.0