From 77d5a5216dc25d068c05b82e2c908bfa10368271 Mon Sep 17 00:00:00 2001
From: luofan <lf@dayu.ai>
Date: Tue, 6 Feb 2018 11:56:33 +0800
Subject: [PATCH] 增加备件列表,物流信息等页面

---
 build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 3aa2ac7..a42be46 100755
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,6 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 
 buildscript {
-    ext.kotlin_version = '1.2.10'
     ext.gradle_version = '3.0.1'
     repositories {
         jcenter()
@@ -9,7 +8,6 @@ buildscript {
     dependencies {
         classpath "com.android.tools.build:gradle:$gradle_version"
         classpath 'org.greenrobot:greendao-gradle-plugin:3.2.0'
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
     }
--
libgit2 0.25.0